viareynard Posted October 15, 2023 Share Posted October 15, 2023 Hi, I want my mobile website to display 3 images per row on my summary block exactly as it is currently on the desktop view. What code do I need to add? Thanks! Link to comment
viareynard Posted October 15, 2023 Author Share Posted October 15, 2023 www.reynardlee.com Link to comment
tuanphan Posted October 17, 2023 Share Posted October 17, 2023 You can use a CSS code like this (Website Tools > Custom CSS) @media screen and (max-width: 767px) { body.homepage .summary-item { width:33.3333% !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!) 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