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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
Beyondspace Posted October 25, 2022 Share Posted October 25, 2022 It helps to overwrite this code BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
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