David Vongries
David Vongries
I figured just adding padding to the inner div is doing the trick.
@christianwalter, I added 10px of padding to the inner div and the following to the outer wrapper as - in my case - inline styles: `style="margin-left: -10px; width: calc(100% +...
Hey @christianwalter, I just realized that I didn't add that to the outer wrapper but instead to another wrapper that's around the entire gallery. You can actually have a look...
Kirki 4 is no longer making use of a config. option_type and option_name must now be passed on a per-control basis like so: ``` new \Kirki\Field\Checkbox( [ 'settings' => 'checkbox_setting',...
Reference - https://kirki.org/docs/setup/config/
@scottstanford, the docs are not updated 100% yet but we are on it. Can you please try and reproduce the issue in v4 & post the entire sample code here...
Okay so if I use the same `option_name` across different options, things will be saved in a single database entry. ``` new \Kirki\Field\Color( [ 'option_type' => 'option', 'option_name' => 'option_one',...

Hey @scottstanford, I've just updated the docs on this :) https://kirki.org/docs/arguments/option_type/ Yes, if they share the same `option_name`, they will be saved under one single option in the database -...
Hi @scottstanford, I'm just checking if the original issue on here got fixed or if there are still things you want us to look into?