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

    Hi,

    I would like to activate the mobile responsive option for the Enfold theme but when I do it turns my 3 column masonry blogpost layout into one column. Is there a way to keep the 3 column look which I still prefer on mobile devices while having the mobile response option activated?

    Thanks,

    GB

    link for reference:

    #1181753

    Hey gb,

    Thank you for the inquiry.

    I still prefer on mobile devices while having the mobile response option activated?

    Yes, that is possible. Try this code in the Quick CSS field or in the style.css file.

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

    Best regards,
    Ismael

    #1182532

    Oh, that worked great!

    Thanks!!

    GB

    #1182688

    Hi GB,

    Great, I’m glad that Ismael could help you out. 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)
  • The topic ‘Is it possible to activate mobile responsive and keep 3 column masonry grid?’ is closed to new replies.