Tagged: button, top margin
as you can see one button is lower then the other
this button sits inside a quform popup link
[iphorm_popup id=2 name="Form"][/iphorm_popup]
any way to go around this or handle it ?
Hey Haybazak!
Thank you for using Enfold.
Add this on Quick CSS:
div#av_section_3 .flex_column.av_one_fourth.avia-builder-el-30.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin .avia_textblock > p:first-child {
display: none;
}
To make the code cleaner, please refer to this link on how to add custom css class on builder elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Hey Ismael thanks for the response,
That didn’t seem to work
Hi!
try this one in Quick CSS.
.avia-button.avia-color-green, .avia-button.avia-color-green:hover {
top: 13px;
}
Regards,
Andy