How to make a drop down menu with 3 columns in Dawn Theme

How to make a drop down menu with 3 columns in Dawn Theme

lichael06
Excursionist
29 1 9

How to create a nav menu with 3 sub menu columns in Dawn theme, like this one:

lichael06_0-1678729232198.png

 

and here's my website (https://9ek8jqdxqdln8rey-41208348837.shopifypreview.com😞

lichael06_1-1678729278685.png

 

@Litos 

@KetanKumar 

banned
Replies 3 (3)

PageFly-Victor
Shopify Partner
7865 1785 3101

Hi @lichael06 ,

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
ul#HeaderMenu-MenuList-2 {
    width: auto;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
</style>

PageFlyVictor_0-1678756929586.png

Hope my answer will help you.

Best regards,

Victor | PageFly

Litos
Globetrotter
688 169 148

Hi @lichael06,

Please send me the code of header.liquid file, I will check it for you

Litos - Shopify Development Service Provider
Need to develop or customize your Shopify store, feel free to contact us here.

GemPages
Shopify Partner
5625 1261 1243

Hello @lichael06 ,

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1678768540676.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1678768557389.png

<style>
#Details-HeaderMenu-2 #HeaderMenu-MenuList-2 {
    column-count: 3;
    width: 800px;
}
</style>

I hope the above is useful to you.


Kind & Best regards, 
GemPages Support Team

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center