Venture Theme - Main Menu - Can't see all links

Solved

Venture Theme - Main Menu - Can't see all links

guyv
Trailblazer
249 0 69

Hi,

 

Please can someone assist me.

 

I have an issue where I have added All Brands in my main menu navigation and I cannot view all of the nested links as they are cut off. I can only view all of the links if I zoom out.

 

Normal view (can't see all links):

 

Screenshot 2025-01-30 at 4.24.19 PM.png

 

Zoomed out view (can see all links):

 

Screenshot 2025-01-30 at 4.26.07 PM.png

 

Is there a way to change this so that I can view all of the links without having to zoom out?

 

Mobile view is fine so the solution should only apply to desktop view.

 

Website is www.electricrideco.com

 

Thanks in advance!

 

Accepted Solution (1)

ShakhawatArafat
Shopify Partner
57 12 20

This is an accepted solution.

Hi @guyv 
Edit code -> Search for  "theme.scss.css"  -> paste the code i have provided here 

ul.meganav__list.meganav__list--gutter {
    max-height: 68vh;
    overflow-y: auto;
}

View solution in original post

Replies 2 (2)

ShakhawatArafat
Shopify Partner
57 12 20

This is an accepted solution.

Hi @guyv 
Edit code -> Search for  "theme.scss.css"  -> paste the code i have provided here 

ul.meganav__list.meganav__list--gutter {
    max-height: 68vh;
    overflow-y: auto;
}
guyv
Trailblazer
249 0 69

Hi @ShakhawatArafat 

 

Thank you so much! This is a perfect solution.