AlexRich Posted October 25, 2022 Share Posted October 25, 2022 Hi, I have an issue on one of my pages when viewed on mobile. On the page below (https://www.sigmascreed.co.uk/locations), the position of the company logo has been moved so that it almost obscures a link. If you look at any other page on the website this is not the case. I think it may be that I added some code to that specific page which has inadvertently affected the format of the footer. I have attached some images to illustrate the issue. I would be grateful for anyone's help with this. Many thanks, Alex Link to comment
Solution Beyondspace Posted October 25, 2022 Solution Share Posted October 25, 2022 (edited) 43 minutes ago, AlexRich said: Hi, I have an issue on one of my pages when viewed on mobile. On the page below (https://www.sigmascreed.co.uk/locations), the position of the company logo has been moved so that it almost obscures a link. If you look at any other page on the website this is not the case. I think it may be that I added some code to that specific page which has inadvertently affected the format of the footer. I have attached some images to illustrate the issue. I would be grateful for anyone's help with this. Many thanks, Alex Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="620b7e168d47fb2e359458ba"] .content .sqs-layout .col.sqs-col-3.span-3 { margin-top: 0 !important; } } Let me know how it works on your site Edited October 25, 2022 by bangank36 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, Keyword HighlighterIf 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 October 25, 2022 Share Posted October 25, 2022 It helps to overwrite this code 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, Keyword HighlighterIf 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
AlexRich Posted October 25, 2022 Author Share Posted October 25, 2022 Hi Bangan, That worked, you're a ⭐! Many thanks, Alex 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