Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #392080

    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?

    #392664

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.