Why is my Dawn theme menu bar not responsive?

Solved

Why is my Dawn theme menu bar not responsive?

carlopia1980
New Member
7 0 0

The menu bar is not responsive when menu bar shrink the menu list has been cutting off. Refer to the video please. Also the mobile menu is not working also. This is the site url https://appliednutrition.uk/

Accepted Solution (1)

Wholesalehelper
Explorer
45 11 11

This is an accepted solution.

Hello, @carlopia1980 

Greetings from the Wholesale Helper Support Team! Happy to help you today.

 

1.  Go to online store > theme > Edit code > Assets > custom.css (file) and  Paste the below code at the bottom of the file -> Save

@media only screen and (min-width: 992px) and (max-width: 1325px)  {
.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}
}

 

2.  After adding the above CSS, it looks like this-

 

image_2024_01_08T12_21_08_594Z.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center

View solution in original post

Replies 4 (4)

Wholesalehelper
Explorer
45 11 11

Hi, @carlopia1980 

Greetings from the Wholesale Helper Support Team! Happy to help you today.

 

1.  Go to online store > theme > Edit code > Assets > custom.css (file) and  Paste the below code at the bottom of the file -> Save

@media only screen and (min-width: 992px) and (max-width: 1325px)  {
  .navbar-expand-lg .navbar-nav {
     flex-wrap: wrap;
  }
}

 

2.  After adding the above CSS, it looks like this-

 

image_2024_01_08T12_21_08_594Z.png

 

 

 

 

 

 

 

 

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

 

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center

Wholesalehelper
Explorer
45 11 11

This is an accepted solution.

Hello, @carlopia1980 

Greetings from the Wholesale Helper Support Team! Happy to help you today.

 

1.  Go to online store > theme > Edit code > Assets > custom.css (file) and  Paste the below code at the bottom of the file -> Save

@media only screen and (min-width: 992px) and (max-width: 1325px)  {
.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}
}

 

2.  After adding the above CSS, it looks like this-

 

image_2024_01_08T12_21_08_594Z.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center
carlopia1980
New Member
7 0 0

Thank you so much! It works like charmed!!

Wholesalehelper
Explorer
45 11 11

Hello, @carlopia1980 

Greetings from the Wholesale Helper Support Team! Happy to help you today.

 

1.  Go to online store > theme > Edit code > Assets > custom.css (file) and  Paste the below code at the bottom of the file -> Save

@media only screen and (min-width: 992px) and (max-width: 1325px)  {
.navbar-expand-lg .navbar-nav {
    flex-wrap: wrap;
}
}

 

2.  After adding the above CSS, it looks like this-


image_2024_01_08T12_21_08_594Z.png

 

Let me know If need further assistance

 

Regards,

Wholesale Helper Support Team

Wholesale helper- Supercharge your Wholesale and B2B business


If you find my reply helpful, please hit Like and Mark as Solution
Connect with us: App Store | Blog | Join our Community | Help Center