Jump to content

Logo overlaping header on mobile only

Go to solution Solved by Ziggy,

Recommended Posts

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 by KeepCluckin
added website
Link to comment
  • Solution
Posted (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 by Ziggy

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.