KeepCluckin Posted March 14 Share Posted March 14 (edited) I have been working on this project for quite sometime, but apparently not until the day I am supposed to make the site live do I notice the logo overlaps my entire header in the mobile version. I do not want to change anything in the desktop version, all the sizes are great. How can I fix this problem in the mobile version? https://www.sppaclub.org/ Edited March 14 by KeepCluckin added website Link to comment
Solution Ziggy Posted March 14 Solution Share Posted March 14 (edited) You have this in Custom CSS that is overriding the default header logo settings: header#header img { max-height: 320px !important; } and this that is unseating it from the header: .header-title-logo a { display: inline-block; } If you wrap this code that is probably just designed for desktop in a medai query like this then it shouldn't affect the mobile site: @media only screen and (min-width:768px) { /* code here */ } Edited March 14 by Ziggy tuanphan 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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