Re: Dawn Theme- Increase the width of the dropdown menu

Solved

Dawn Theme- Increase the width of the dropdown menu

miguelg0610
Tourist
13 0 1

Hello. How can I increase the width of the dropdown menu on my website?

 

Website: https://aelisbeautyproducts.com/

 

I'm using Dawn theme.

 

Thank you.

 

 

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

Hi @miguelg0610,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

.header__submenu.list-menu {
    /* You can adjust this value according to your preference */
    width: 250px;
}

 

Here is the result

BSSTekLabs_0-1722045594470.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 4 (4)

Asad-Mahmood
Trailblazer
156 33 38

Go to your online store -> customize -> settings -> custom css and paste this code there

.header__submenu .header__menu-item {
    white-space: nowrap;
}
If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: [email protected]
WhatsApp





BSS-TekLabs
Shopify Partner
2350 701 826

This is an accepted solution.

Hi @miguelg0610,

Here are the steps you can follow:

1, Navigate to Online Store > Themes > Edit Code.

2, Locate and open the base.css (or theme.css, custom.css) file.

3, Paste the code snippet provided below at the bottom of the file, then save your changes.

 

.header__submenu.list-menu {
    /* You can adjust this value according to your preference */
    width: 250px;
}

 

Here is the result

BSSTekLabs_0-1722045594470.png

We hope this assists in resolving the issue.

If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
miguelg0610
Tourist
13 0 1

Thank you. It worked.

BSS-TekLabs
Shopify Partner
2350 701 826

You're welcome! 😊

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now