Guest Posted September 21, 2019 Share Posted September 21, 2019 Hi, How can I remove the text from the footer on mobile so that only navigation stays? Also to remove slightly padding from the side and add padding after the text (only mobile as well)? Pictures attached: Link to comment
christyprice Posted September 21, 2019 Share Posted September 21, 2019 You'll need to target the specific block that the text is in and then add Custom CSS to set it to hide on mobile. This is a useful tool for finding the Block ID: Squarespace Collection/Block Identifier You'll add the following code to Custom CSS, changing out #block-id with your own and changing the max-width for whatever maximum screen size you'd like the text to NOT display: @media screen and (max-width:640px) { #block-yui_3_17_2_1_1551793810094_18045 { display: none; } } christyprice.com 🇺🇸 Austin, TX US ✅ For Web Designers: Squarespace Client Process Checklist. Save time and bring consistency to your web design projects. Receive a Notion doc template with my 100+ item client process checklist. Link to comment
tuanphan Posted September 22, 2019 Share Posted September 22, 2019 @Campcamp you should share url to community check. 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
Guest Posted September 22, 2019 Share Posted September 22, 2019 https://marigold-onion-dm3a.squarespace.com password: Campcamp1@tuanphan Link to comment
tuanphan Posted September 22, 2019 Share Posted September 22, 2019 @Campcamp add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1568845563786_2048 { display: none; } } 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
Guest Posted September 22, 2019 Share Posted September 22, 2019 thanks both ! it worked Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.