How do I fix the sub menu navigation in the Split Theme?

Hi Guys,

Need help setting up to put the sub-menu below the arrow. (Split Theme)

Store URL: newssystore.myshopify.com

Pass: ediski

1 Like

@NateX
Do you want to like this?

Thank You.

1 Like

@NateX

  1. Go to your store. Click on Actions > Edit Code 2. Go to Assets > css_main.scss.liquid add below lines at the bottom of the file.
@media screen and (min-width: 1024px){
.site-nav.style--classic .submenu {
    left: auto !important;
    width: min-content !important;
    margin: 0 auto !important;
}
}

Thanks!

1 Like

Awesome! This is exactly how it should be!!! Thanks much for the help!