ClaireTeixeira Posted July 16, 2023 Posted July 16, 2023 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,
Solution tuanphan Posted July 18, 2023 Solution Posted July 18, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ClaireTeixeira Posted July 18, 2023 Author Posted July 18, 2023 Aah Thank you so much! This is great. tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment