Comments cascadewoman started the conversationSeptember 24, 2017 at 8:32pmHi! We've got a portfolio 4-col grid setup and would like to keep the grid at 2 columns in mobile rather than one. Is there any easy way to do this? I've been digging in the CSS for hours but can't find the right setup. Thanks and I love your theme! 9,016Tahir repliedSeptember 25, 2017 at 7:50pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : @media only screen and (max-width: 690px) { .portfolio-items:not(.carousel) .col.span_4, .portfolio-items:not(.carousel) .col.span_3 { width: 45.8%!important; margin: 2%!important; } } Thanks ThemeNectar Support Team Sign in to reply ...
Hi! We've got a portfolio 4-col grid setup and would like to keep the grid at 2 columns in mobile rather than one. Is there any easy way to do this? I've been digging in the CSS for hours but can't find the right setup.
Thanks and I love your theme!
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team