Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #978526

    Hello,
    In the image (private content) how do I reduce the spacing, in mobile, where the red arrows are?
    Thanks!

    #978666

    Hey Cynthia45!

    Thank you for using Enfold.

    Use the following css code to decrease the columns’ bottom margin.

    @media only screen and (max-width: 767px) {
    .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin-bottom: 0;
    }
    }

    Cheers!
    Ismael

    #979046

    Thank-you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Spacing in mobile’ is closed to new replies.