VoyagerClub Posted April 9, 2021 Posted April 9, 2021 Site URL: https://www.voyagerclub.co/the-voyager-bazaar Hi, I am trying to get 4 product images on desktop (which are set up as individual images and text) to show as two images with text underneath on mobile site. https://www.voyagerclub.co/the-voyager-bazaar Please could someone help me with CSS? Thank you so much in advance Sophie
tuanphan Posted April 15, 2021 Posted April 15, 2021 Hi. Add to Design > Custom CSS /* Mobile 2 products */ @media screen and (max-width:767px) { div#page-603667b8ff2ff950029331e0>.row:nth-child(2) .span-3 { width: 50% !important; float: left !important; } div#page-603667b8ff2ff950029331e0>.row:nth-child(2) .span-3:nth-child(2n+1) { clear: 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!)
tuanphan Posted April 15, 2021 Posted April 15, 2021 and some other problems on your site. Do you want to fix these? Site URL – https://www.voyagerclub.co/ 1. (Mobile-Popup) Text not center on mobile 2. (Mobile-Homepage) Make buttons 2 items/row? 3. (Mobile) The page looks long. Want to add a back to top button? 4. (Tablet-Africa) White bar on right of screen 5. (Mobile-Africa) Header overlap content 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.