Jump to content

Social Icons in Menu overlap Pages

Go to solution Solved by tuanphan,

Recommended Posts

Hi, the header isn't accommodating the spacing I've chosen in my navigation menu, can anyone help me with some code to fix this?  It happens with screens that are larger than mobile but smaller than a full-size desktop, which is the tricky grey area of responsive design!

Thank you so much in advance 😊

Untitled.png

Link to comment

Maybe logo is too big

I have 2 ways to solve this

#1. Reduce logo on these screen sizes (with code)

#2. Force burger menu appears on these screen sizes (with code)

What do you think?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
  • 2 weeks later...
Posted (edited)

Hi Tuan,  Thank you!  I don't know why I didn't receive a notification about your reply sooner.  The logo is not too big, as Squarespace sets parameters for size, but not for these extra elements.

😊 I like the option to force the burger menu, do you know the code for that?

Thank you so much for your help!

Edited by MaryGraceTKC
Link to comment
  • Solution
15 hours ago, MaryGraceTKC said:

Hi Tuan,  Thank you!  I don't know why I didn't receive a notification about your reply sooner.  The logo is not too big, as Squarespace sets parameters for size, but not for these extra elements.

😊 I like the option to force the burger menu, do you know the code for that?

Thank you so much for your help!

You can add this code to Design > Custom CSS. It will force burger appear from 900px to 1200px screen sizes. You can adjust these numbers

@media screen and (min-width:900px) and (max-width:1200px) {
  .header-burger {
    display: flex !important
}
.header--menu-open .header-menu {
    opacity: 1 !important;
    visibility: visible !important
}
.header-nav,.header-actions {
    visibility: hidden !important
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.