 
	
		
		
		
		
			
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:
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
Oh, that worked great!
Thanks!!
GB
