FY_TOKYO Posted May 25, 2022 Share Posted May 25, 2022 Site URL: https://www.vincerojp.com Hello, The problem is that the logo in the site's footer cannot be displayed in mobile view. I consulted with support, and they suggested that it could be due to code added to the Custom CSS panel. However, I was advised to consult the community as troubleshooting the code is outside the scope of support. I have taken over the site, but being a newbie have not been able to resolve this issue. There is a code that causes the scroll icon to blink, and I have removed it, but the logo still does not appear. Any other advice on what else to check would be appreciated. Link to comment
paul2009 Posted May 25, 2022 Share Posted May 25, 2022 1 hour ago, FY_TOKYO said: The problem is that the logo in the site's footer cannot be displayed in mobile view. The image is not visible because you have removed padding with the following lines of CSS: @media screen and (max-width: 767px) { footer.sections section * { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; font-size: 1rem; } } If you place // just before "padding" (or remove these lines) you'll see what I mean. Did this help? Please give feedback by clicking an icon below ⬇️ Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
FY_TOKYO Posted May 25, 2022 Author Share Posted May 25, 2022 Thank you for your kind advice ! I need to learn the basics of my case, so I will look into it and give it a try. Link to comment
FY_TOKYO Posted May 26, 2022 Author Share Posted May 26, 2022 paul2009, I was able to display the logo. Thank you for your precise advice ! paul2009 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