how can i move text areas up? Can you please help me with this? :)
Hey wiwaldi79,
Try this please:
.home #av_section_3 .av_one_fourth p {
margin: 0em 0 !important;
}
Best regards,
Rikard
no effect. sorry.
Hi!
As far as i remember, custom CSS field for ALB elements are already turned on on your installation. If not, please refer to this post – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then give your column a custom CSS class and use the code as following
.your-custom-column p {
margin: 0em 0 !important;
}
Regards,
Yigit
Yes. CLOSED. Thanks.