ClaireTeixeira Posted July 16 Share Posted July 16 Hi, I would like to display the items from some sections in two columns instead of just one on the mobile version. How can I do that? eg. here: https://www.rosaeparis.com/les-archives Thank you very much, Link to comment
Solution tuanphan Posted July 18 Solution Share Posted July 18 You can add this to Design > Custom CSS /* Mobile 2 columns */ @media screen and (max-width:640px) { section#les-archives-index .span-4 { width: 50% !important; float: left !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
ClaireTeixeira Posted July 18 Author Share Posted July 18 Aah Thank you so much! This is great. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment