MacUn Posted November 19, 2021 Share Posted November 19, 2021 Site URL: https://carrot-bronze-bld8.squarespace.com/ Hello, What's the best way to resolve the link breaking issue on the footer when displaying on tablet? Would is make sense to shrink the text size for tablet size? If so, what would that code look like? Link to comment
Beyondspace Posted November 20, 2021 Share Posted November 20, 2021 19 hours ago, mackenzieu said: Site URL: https://carrot-bronze-bld8.squarespace.com/ Hello, What's the best way to resolve the link breaking issue on the footer when displaying on tablet? Would is make sense to shrink the text size for tablet size? If so, what would that code look like? Hi @mackenzieu This is my suggestion about the layout in tablet Does it match your desire? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MacUn Posted November 22, 2021 Author Share Posted November 22, 2021 @bangank36Yes, that layout would be great. How could I accomplish that? Link to comment
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 (edited) On 11/22/2021 at 11:48 AM, mackenzieu said: @bangank36Yes, that layout would be great. How could I accomplish that? Try adding to Home > Design > Custom Css @media only screen and (min-width: 768px) and (max-width: 1024px) { Footer { .Footer-inner { .row { >.span-12 { >.row { display: flex; flex-wrap: wrap; >.col { &:first-child { width: 100%; .image-block-outer-wrapper { /*decrease percentage to makke logo smaller*/ width: 50%; margin: auto; } } &:nth-child(2) { display: none; } &:nth-child(3) { width: 50%; } &:nth-child(4) { width: 50%; } &:last-child { width: 100%; } } } } } } } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too Edited November 23, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MacUn Posted November 23, 2021 Author Share Posted November 23, 2021 Thanks for your help @bangank36. There's still a few issues with the footer link spacing and the email address box. Any ideas for a fix? Thank you! Link to comment
Beyondspace Posted November 23, 2021 Share Posted November 23, 2021 You can try removing this code BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MacUn Posted November 23, 2021 Author Share Posted November 23, 2021 @bangank36That did resolve the email issue but the nav links are still spaced strangely. Also, is there a way to decrease the size of the logo in the footer? Thank you!!!! Link to comment
Beyondspace Posted November 23, 2021 Share Posted November 23, 2021 (edited) For the smaller logo, try decreasing the percentage in this code Regarding the space in nav link, do you mean increasing the nav link font size? i've check that they are in 2 equal columns currently 2021-11-24_5-59-46.mp4 Edited November 23, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
MacUn Posted November 23, 2021 Author Share Posted November 23, 2021 @bangank36Thank you! For the nav link columns, I think something might be interfering with how they are displayed. I tried to remove the spacers in case that was causing some problems but that didn't seem to fix it either. Here's a video to show how they respond as the browser shrinks. Everything looks great at the end of the video around 900px. Screen Recording 2021-11-23 at 3.21.04 PM.mov Link to comment
tuanphan Posted November 26, 2021 Share Posted November 26, 2021 @mackenzieu Do you still need help? 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!) Link to comment
MacUn Posted November 30, 2021 Author Share Posted November 30, 2021 @tuanphanGot it figured out. Thanks! 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