How can I adjust the nested menu width in Venture Theme?

Solved

How can I adjust the nested menu width in Venture Theme?

guyv
Trailblazer
247 0 67

Hi All,

 

Please can someone assist me.

 

In the screenshot below, I would like to make the nested menu "Electric Skateboards >" all on one line. At the moment ">" is on another line.

 

Thanks in advance!

 

www.electricrideco.com

 

Screen Shot 2022-10-31 at 2.14.48 PM.png

Accepted Solution (1)

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello @guyv 

Try this code: it will be helpful to you-

Go to the online store>Theme>Edit Code>Assets>theme.scss>Add code in this file

 

.meganav__link {
padding: 5px 7px !important;
}

 

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
16115 2409 3123

This is an accepted solution.

Hello @guyv 

Try this code: it will be helpful to you-

Go to the online store>Theme>Edit Code>Assets>theme.scss>Add code in this file

 

.meganav__link {
padding: 5px 7px !important;
}

 

 

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free
guyv
Trailblazer
247 0 67

@oscprofessional 

 

Thanks for your reply! I have modified the code as follows:

 

#SiteNavLinklist-brands .meganav__link { 
  padding: 5px 0px 5px 10px !important; 
}