Hayley03 Posted September 4, 2021 Share Posted September 4, 2021 Site URL: https://cheetah-krill-7gh3.squarespace.com/config/ Hi! I fear I have made this more difficult. But I am wanting to create two columns for mobile for this section (image attached) Is there an easy code solution?? site wide password: donuts Link to comment
tuanphan Posted September 5, 2021 Share Posted September 5, 2021 Add to Design > Custom CSS /* 2 columns mobile */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1630108763473_25674+.row .span-3 { width: 50% !important; float: left !important; } div#block-yui_3_17_2_1_1630108763473_25674+.row .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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.