Jump to content

Navigation Menu Spacing & Color

Recommended Posts

I've seen very similar posts but not quite what i'm having issue with.  The menu navigation dropdown spacing is way too big & this is 7.1 so I don't see any way to customize spacing as we did in 7.0.

Screenshot attached. 

Also, bonus round, how can we force a 50% WHITE color for the content background of the drop down menu? I was able to make it transparent or black opaque but how do I override for white.

Screenshot 2023-06-08 at 2.25.18 PM.png

Link to comment

#1. What is site url?

#2. Add to Design > Custom CSS

/* Dropdown color */
.header-nav-folder-content {
    background: rgba(255,255,255,0.5) !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
20 hours ago, tuanphan said:

#1. What is site url?

#2. Add to Design > Custom CSS

/* Dropdown color */
.header-nav-folder-content {
    background: rgba(255,255,255,0.5) !important;
}

 

Thank you! I was missing the 0.5! this is great. any insight on how to make the negative space / padding tighter on the menu items? Still have a lot of empty / unnecessary spacing in drop down.

Screenshot 2023-06-11 at 8.26.24 PM.png

Link to comment
On 6/12/2023 at 10:28 AM, MrGross said:

Thank you! I was missing the 0.5! this is great. any insight on how to make the negative space / padding tighter on the menu items? Still have a lot of empty / unnecessary spacing in drop down.

Screenshot 2023-06-11 at 8.26.24 PM.png

You mean this?

image.png.e6117fa4d735855d1664db1f2be5fe21.png

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
On 6/13/2023 at 11:49 PM, MrGross said:

Yes.

Add to Design > Custom CSS

/* Dropdown auto width */
.header-nav-folder-content {
    width: auto !important;
    min-width: unset !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
On 6/15/2023 at 1:58 AM, tuanphan said:

Add to Design > Custom CSS

/* Dropdown auto width */
.header-nav-folder-content {
    width: auto !important;
    min-width: unset !important;
}

 

Awesome! Huge help, thank you!

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.