Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1368496

    How can I make the mobile spacing even between responsive columns? There is a larger gap between columns 2+3 (than between 1+2 and 2+4) on mobile.

    #1368529

    Hey nV15OoBtg21iTn5z,

    Thank you for the inquiry.

    Adding the css code below should decrease the space between the columns.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top .flex_column_table.av-4ocf5e-8fae4a7ca57c36c2019bdb46d8d6a015.sc-av_one_half.av-equal-height-column-flextable {
        margin-top: 0;
      }
    }
    

    Best regards,
    Ismael

    #1368646

    Worked perfectly. Thank you!

    #1368675

    Hi nV15OoBtg21iTn5z,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Gap Between Columns on Mobile’ is closed to new replies.