Tagged: button
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!
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
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
Hi Jared,
Please try this as well:
.home #av_section_1 {
min-height: 0 !important;
}
Best regards,
Rikard
Thank you – this worked!
Hi,
Glad to hear it worked!
Best regards,
Jordan