Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #990814

    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!

    #990972

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.