abbydamen Posted May 26, 2021 Share Posted May 26, 2021 Site URL: https://chartreuse-gold-tl9a.squarespace.com/ I've got my footer items collapsing in an ugly way on mobile. Any code or recommendations to tidy this up? Website: https://chartreuse-gold-tl9a.squarespace.com/ Password: sparklefox Link to comment
tuanphan Posted May 28, 2021 Share Posted May 28, 2021 On 5/27/2021 at 4:39 AM, abbydamen said: Site URL: https://chartreuse-gold-tl9a.squarespace.com/ I've got my footer items collapsing in an ugly way on mobile. Any code or recommendations to tidy this up? Website: https://chartreuse-gold-tl9a.squarespace.com/ Password: sparklefox Add to Design > Custom CSS /* Mobile-Footer */ @media screen and (max-width:640px) { .Footer-nav-group { display: block !important; } .Footer-nav-group>a { margin-bottom: 10px; } } 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
abbydamen Posted May 31, 2021 Author Share Posted May 31, 2021 (edited) On 5/28/2021 at 9:12 PM, tuanphan said: Add to Design > Custom CSS /* Mobile-Footer */ @media screen and (max-width:640px) { .Footer-nav-group { display: block !important; } .Footer-nav-group>a { margin-bottom: 10px; } } EPIC Thanks @tuanphan – it worked. Edited June 1, 2021 by abbydamen Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 On 5/31/2021 at 9:46 AM, abbydamen said: (Mobile-Book) Do you want to Make buttons side by side? 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
abbydamen Posted June 14, 2021 Author Share Posted June 14, 2021 Yes! I would love to thanks for noticing! That's been driving me crazy. I think since posting that you'll see there's actually three buttons now. Would love to know the code if you can support. Kind regards Abby Link to comment
tuanphan Posted June 15, 2021 Share Posted June 15, 2021 13 hours ago, abbydamen said: Yes! I would love to thanks for noticing! That's been driving me crazy. I think since posting that you'll see there's actually three buttons now. Would love to know the code if you can support. Kind regards Abby Add to Design > Custom CSS /* Mobile-Book page-buttons side by side */ @media screen and (max-width:767px) { div#page-60ac927e579d193db188eda8 .span-12 .span-6 { width: 40% !important; float: left !important; } } 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
abbydamen Posted June 30, 2021 Author Share Posted June 30, 2021 ABSOLUTELY FANTASTIC Thank you! 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