How can I split a dropdown menu into two columns on Symmetry theme?

Hello,

I am looking to have this dropdown menu be split into two columns. The one column looks far to long, any help splitting this in half so they’re side by side would be greatly appreciated. I have attached a photo of the drop down menu. Ideally, I would have two diamond shape columns.

My website is on symmetry theme.

https://clairamor.com/

Best,

Cameron

Hi @diamors

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly

Hello @diamors

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code

  2. Open your styles.css file and paste the following code below:

#NavigationTier2-1 .navigation__tier-2 > .navigation__item:nth-child(2) .navigation__tier-3{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

1 Like