alletters Posted January 31, 2022 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
Beyondspace Posted January 31, 2022 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted January 31, 2022 Posted January 31, 2022 Try #block-yui_3_17_2_1_1641907336814_6414 { padding-left: 35px; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
alletters Posted February 1, 2022 Author 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.
alletters Posted February 3, 2022 Author Posted February 3, 2022 Did you manage to find a solution to this? Would appreciate any help:)
tuanphan Posted February 8, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
alletters Posted February 9, 2022 Author Posted February 9, 2022 Thanks for the code! However, it doens't work exactly as it should (see attached).
alletters Posted February 11, 2022 Author Posted February 11, 2022 This illustrates the desired effect:
tuanphan Posted February 14, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
alletters Posted February 14, 2022 Author Posted February 14, 2022 Hmm, that's strange. I still get this in both Squarespace website builder and on my mobile:
tuanphan Posted February 19, 2022 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment