ktepper Posted December 22, 2020 Share Posted December 22, 2020 Site URL: https://falcon-blackbird-xd69.squarespace.com/ Is there some code to help me allow my mobile view to put 2 up vs 1 up? On Desktop on my phone - I want 6 across but on mobile I'm hoping for it to be 2x2. I can't use a gallery option bc I need the TITLE over the image. PW: hELLOFRIEND1! Thank you!! It's under the area on the Home page where it says "Warmth. Coziness. Great service." Thank you! Link to comment
tuanphan Posted December 23, 2020 Share Posted December 23, 2020 Add to Home > Design > Custom CSS /* images side by side */ @media screen and (max-width:767px) { div#page-section-5fda72262f307673029b3fbf>.row>.span-2 { width: 50% !important; float: left !important; } div#page-section-5fda72262f307673029b3fbf>.row>.span-2:nth-child(2n+1) { clear: left; } } 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
ktepper Posted January 4, 2021 Author Share Posted January 4, 2021 Hi! is there a code that I can use it for this page too: https://www.qcodemedia.com/from-now Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 On 1/5/2021 at 4:48 AM, ktepper said: Hi! is there a code that I can use it for this page too: https://www.qcodemedia.com/from-now Hi. Impossible. If you need 3 items/row. I can give the code 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
Archived
This topic is now archived and is closed to further replies.