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

    Hi.
    I’m using the masonary gallery to display 3 images (3 columns, 1 row) so they are in a line. When the viewing area goes down to 767px the images collapes and start stacking. I would like to keep them from doing this (keep the 3 images on 1 row).
    You can see the layout in private conent.
    Your thoughts please.

    #1196883

    Hey laptophobo,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      .responsive #top #av-masonry-1 .av-masonry-entry {
          width: 33.3%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1197559

    that worked. thanks for that.

    #1197665

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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