abbydamen Posted May 26, 2021 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
tuanphan Posted May 28, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
abbydamen Posted May 31, 2021 Author Posted May 31, 2021 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.
tuanphan Posted June 4, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
abbydamen Posted June 14, 2021 Author 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
tuanphan Posted June 15, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.