saumi Posted November 27, 2021 Share Posted November 27, 2021 My logo is looking too small on footer in mobile view. Please help me. http://theupproject.io/ password: qwerty Link to comment
Beyondspace Posted November 27, 2021 Share Posted November 27, 2021 53 minutes ago, saumi said: My logo is looking too small on footer in mobile view. Please help me. http://theupproject.io/ password: qwerty Hi @saumi, You can try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { div #block-yui_3_17_2_1_1633957489312_97036 img { width: 100% !important; } } Let me know how it works on yours site Press 👍 or mark this answer as solution to help another one too 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 November 27, 2021 Share Posted November 27, 2021 My testing result 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
saumi Posted November 27, 2021 Author Share Posted November 27, 2021 Hi, Thanks for the help, I changed the logo as it was blurry so the size problem is fixed by my alignment is having a problem now. Navigate and services are not is same row and logo is also not in the center. Can you help, please? I am using this code: @media screen and (max-width:767px) { div#page-section-6141fd3432db866317e42f51 .span-10 .span-2:nth-child(n+3) { width: 50% !important; float: left !important; } } Link to comment
Beyondspace Posted November 27, 2021 Share Posted November 27, 2021 1 hour ago, saumi said: Hi, Thanks for the help, I changed the logo as it was blurry so the size problem is fixed by my alignment is having a problem now. Navigate and services are not is same row and logo is also not in the center. Can you help, please? I am using this code: @media screen and (max-width:767px) { div#page-section-6141fd3432db866317e42f51 .span-10 .span-2:nth-child(n+3) { width: 50% !important; float: left !important; } } I've checked that they are fine at the moment. Have you solved it yet? 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
saumi Posted November 27, 2021 Author Share Posted November 27, 2021 Logo is still in the center, it has to be on the left. I tried, but couldn't find a code for logo. Do you have any suggestion? Link to comment
Beyondspace Posted November 27, 2021 Share Posted November 27, 2021 11 minutes ago, saumi said: Logo is still in the center, it has to be on the left. I tried, but couldn't find a code for logo. Do you have any suggestion? For logo on the left, you can try @media only screen and (max-width: 767px) { #block-yui_3_17_2_1_1638016236796_11232 .design-layout-inline .intrinsic { margin: 0; } } Hope it can help you 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
saumi Posted November 28, 2021 Author Share Posted November 28, 2021 @bangank36 Thank you so much. Beyondspace 1 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