JessicaM 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. Jessica Miller | Squarespace Website Designer https://www.jessicamiller.work jessica@jessicamiller.work Search the blog and get Squarespace tips to your inbox https://www.jessicamiller.work/blog Want to pick my brain or get help? Book a free 15 minute call. If my post solved your problem, please mark it as the solution - thanks! 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JessicaM Posted August 18, 2022 Author Share Posted August 18, 2022 @tuanphan Thank you! Worked perfectly! tuanphan 1 Jessica Miller | Squarespace Website Designer https://www.jessicamiller.work jessica@jessicamiller.work Search the blog and get Squarespace tips to your inbox https://www.jessicamiller.work/blog Want to pick my brain or get help? Book a free 15 minute call. If my post solved your problem, please mark it as the solution - thanks! 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