Jump to content

Split Dropdown Menu into 2 Columns

Recommended Posts

Hi there! I would like to split my drop down shopping section into two columns 

1. Split columns into 2 sections in the same drop down menu for "store" so it reads best sellers, trays, bowls, coasters, and second column with the rest.

2. Create space between Shop All and the rest of the product categories.

www.hudsenstudio.comimage.thumb.png.dc9d230fb37dbabb063160e1db935798.png

Link to comment
  • Replies 1
  • Views 837
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

@DanielleJessica01 Hi! You can add this code snippet under Website > Pages > Website Tools > Custom CSS.

.header-nav .header-nav-item--folder .header-nav-folder-content {
    padding: 22px;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 22px;
}

.header-nav .header-nav-item--folder .header-nav-folder-content .header-nav-folder-item:first-child {
    grid-column: 1 / span 2;
    padding-bottom: 15px;
}

 

If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. 

Sam
Web Developer & Digital Designer

 Did you find my contribution helpful? 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.