Dawn theme menu bar drop down height

Solved

Dawn theme menu bar drop down height

rvdwcmarketing
Tourist
7 0 3

I would like to adjust the Dawn them drop down menu height. It is a bit too large now. Is there any solution for this?

Screenshot 2024-10-02 at 10.21.44.png

 

The url is: https://www.the-zone.co.uk/

 

Thank you very much!

Accepted Solution (1)

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

Hello @rvdwcmarketing 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media (min-width: 769px) {
    .mega-nav .md\:nav-gap-y-4 {
        row-gap: 0 !important;
    }
    .main-nav__child.mega-nav {
         padding: 0 !important;
    }
}
</style>

Tech_Coding_0-1727863263918.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Replies 3 (3)

Tech_Coding
Shopify Partner
514 132 131

This is an accepted solution.

Hello @rvdwcmarketing 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media (min-width: 769px) {
    .mega-nav .md\:nav-gap-y-4 {
        row-gap: 0 !important;
    }
    .main-nav__child.mega-nav {
         padding: 0 !important;
    }
}
</style>

Tech_Coding_0-1727863263918.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
rvdwcmarketing
Tourist
7 0 3

Thank you so much! It works now!

Tech_Coding
Shopify Partner
514 132 131

You're very welcome! I'm delighted that the solution was helpful. Feel free to reach out if you need any further assistance in the future. If you found this information valuable, I'd be grateful if you could give it a thumbs-up.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.