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

    On Mobile view, can you get me code to show the images 4-up like in the attached (see attached), instead of 1 big image after another?

    thanks!

    • This topic was modified 1 month, 3 weeks ago by bemodesign.
    #1467861

    Hey bemodesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
      .responsive .home #wrap_all #av_section_4 .flex_column {
        width: 48%;
        padding: 1%;
      }
    }

    Best regards,
    Rikard

    #1467901

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile view showing 4 up’ is closed to new replies.