webdesign1234 Posted August 16, 2022 Share Posted August 16, 2022 Site URL: https://scarlet-amethyst-aecz.squarespace.com/ How do I make the two columns of links show up as two columns in mobile? Site: https://scarlet-amethyst-aecz.squarespace.com/ pw: whitehouse I want the 2nd set of links to display next to the first set of links on mobile. Link to comment
Solution tuanphan Posted August 18, 2022 Solution Share Posted August 18, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { div#page-section-62db00d6d3cb550c613c2d6a .span-2:nth-child(3), div#page-section-62db00d6d3cb550c613c2d6a .span-3:nth-child(4) { width: 50% !important; float: left !important; } div#page-section-62db00d6d3cb550c613c2d6a .span-3:last-child { clear: both; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
webdesign1234 Posted August 18, 2022 Author Share Posted August 18, 2022 @tuanphan Thank you! Worked perfectly! tuanphan 1 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