Hi,
How can I adjust the padding on the color section? I’d like the padding to be between the “Default” and “Small” settings.
Thank you!
Hey designyvr,
To adjust the padding of a color section, please enable: Enfold Theme Options > Layout Builder > Show element options for developers
then go to your color section and add a custom ID in the “For Developers: Section ID” box at the bottom of the element.
then add your custom css for the padding in the General Styling > Quick CSS field, like this:
#custom_id {
padding: 20px 30px !important;
}
The first number is for top & bottom padding, and the second number is for left & right padding.
We are happy to assist if you would like some help with some custom css to add padding.
Best regards,
Mike