Jump to content

Adding Dividers to Drop-Down Menu with CSS

Recommended Posts

  • Replies 5
  • Views 2.9k
  • Created
  • Last Reply
1 hour ago, RyanDejaegher said:

@todd-y you can add this to your custom CSS

 


.header-nav-folder-content > * + * {
    border-top: 1px solid rgba(0,0,0,.2);
    padding-top: 8px;
    padding-bottom: 8px;
}

 

This worked well - thank you, Ryan!

It looks like the padding configuration isn't working for the first item in the folder. The line isn't respecting the 8px distance under Administration in this image. Any ideas to remediate this?

image.png.5bb31ab9bc8e5a3dc5adad676963dc55.png

Link to comment
2 minutes ago, rwp said:

.header-nav-folder-content > * {
    padding-bottom: 8px;
}

That should add the padding. I removed the other code I posted before, I thought you were talking about the mobile menu at first.

That did it! Thank you both for your help!

Link to comment

Todd, this actually looks better. A little combination of both of our codes....plus  a little more.

You will have to remove the other code you just added.

.header-nav-folder-content {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.header-nav-folder-content > * {
    padding-bottom: 8px;
    padding-top: 8px;
}

.header-nav-folder-content > * + * {
    border-top: 1px solid rgba(0,0,0,.1);
}

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.