alletters Posted January 31, 2022 Share Posted January 31, 2022 Hi, I want to modify the footer items of my page, so that they match the desktop site. Would also be good to add some padding on the left hand side of the footer. Link: https://nectarine-round-7mj7.squarespace.com/Passw: K90Gjper4H78 Link to comment
Beyondspace Posted January 31, 2022 Share Posted January 31, 2022 7 hours ago, alletters said: Hi, I want to modify the footer items of my page, so that they match the desktop site. Would also be good to add some padding on the left hand side of the footer. Link: https://nectarine-round-7mj7.squarespace.com/Passw: K90Gjper4H78 Is it the result you want to achieve? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted January 31, 2022 Share Posted January 31, 2022 Try #block-yui_3_17_2_1_1641907336814_6414 { padding-left: 35px; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
alletters Posted February 1, 2022 Author Share Posted February 1, 2022 I want the line to go all the way across the screen, with social media icons the way you have displayed above, however the copyright text needs to be on the right hand side of the screen. Link to comment
alletters Posted February 3, 2022 Author Share Posted February 3, 2022 Did you manage to find a solution to this? Would appreciate any help:) Link to comment
tuanphan Posted February 8, 2022 Share Posted February 8, 2022 On 2/3/2022 at 6:21 PM, alletters said: Did you manage to find a solution to this? Would appreciate any help:) Don't remove any code in your current code. Add this to Design > Custom CSS /* Mobile footer */ @media screen and (max-width:640px) { div#page-section-615465899e86be5e4ede50cd>.row:nth-child(2) .span-12 { width: 100% !important; } div#page-section-615465899e86be5e4ede50cd>.row:nth-child(2) .span-12>.row>.col:nth-child(n+2) { width: 50% !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
alletters Posted February 9, 2022 Author Share Posted February 9, 2022 Thanks for the code! However, it doens't work exactly as it should (see attached). Link to comment
alletters Posted February 11, 2022 Author Share Posted February 11, 2022 This illustrates the desired effect: Link to comment
tuanphan Posted February 14, 2022 Share Posted February 14, 2022 On 2/11/2022 at 3:59 PM, alletters said: This illustrates the desired effect: Just tested & looks fine. Can you check again? 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
alletters Posted February 14, 2022 Author Share Posted February 14, 2022 Hmm, that's strange. I still get this in both Squarespace website builder and on my mobile: Link to comment
tuanphan Posted February 19, 2022 Share Posted February 19, 2022 On 2/14/2022 at 4:20 PM, alletters said: Hmm, that's strange. I still get this in both Squarespace website builder and on my mobile: Don't remove any code in your current code Add this to Custom CSS @media screen and (max-width:767px) { div#page-section-615465899e86be5e4ede50cd>.row:nth-child(2)>.span-12 { width: 100% !important; } div#page-section-615465899e86be5e4ede50cd>.row:nth-child(2)>.span-12>.row>.col { width: 50% !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment