Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #684368

    Hi,

    I’m looking to remove the padding around a button within a color selector content box. Currently, the button resides at the top of the color selection box, would prefer it to be in the middle / be able to adjust padding.

    Thanks!

    #684688

    Hey jarstern0,

    Please try the following in Quick CSS under Enfold–>General Styling:

    .home #av_section_1 .avia-button-wrap {
    padding-top: 20px; 
    }

    Best regards,
    Rikard

    #684852

    Thank you! This appears to add padding to the top. Possible to remove it from the bottom? I’ve tried including padding-bottom: 0px; to no avail.

    Best,
    Jared

    #685529

    Hi Jared,

    Please try this as well:

    .home #av_section_1 {
        min-height: 0 !important;
    }

    Best regards,
    Rikard

    #687157

    Thank you – this worked!

    #687221

    Hi,

    Glad to hear it worked!

    Best regards,
    Jordan

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Vertically Center Button in Content Box / Remove Padding’ is closed to new replies.