Tagged: flex_column, style sheet
Is there any way to specify that all new Layout elements have a specific (0 px) top margin instead og the std 50 px.
I am using a child theme where I insert code for every Layout Element box:
flex_column.av_one_fourth.avia-builder-el-9.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin {
margin-left: 20;
margin-top:0px;
}
This is time consuming. Is there an easier way to do this?
Hey Carsten!
Thank you for using Enfold.
You can decrease the default padding of the content with this on Quick CSS:
.content, .sidebar {
padding-top: 1px;
padding-bottom: 10px;
}
If you want to remove the margin or padding of a specific element, turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael