This is my site:
For some reason, the text in my dropdown navigation isn’t aligned, and I don’t know what I did.
It’s as if everything in the navigation acts like it’s in the Women’s section.
This is my site:
For some reason, the text in my dropdown navigation isn’t aligned, and I don’t know what I did.
It’s as if everything in the navigation acts like it’s in the Women’s section.
Hello There,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
.meganav__nav .site-nav__dropdown-container {
padding: 0 20px 0 0px!important;
margin-left: 0px!important;
}
Sorry that I’m late, but that code doesn’t do anything.
Alright so I semi fixed the initial issue by adding that into .meganav__nav. But not really, since now, the navigation bar only tracks the “Home” section.
Is there a way to make the navigation directories align with the titles they’re supposed to align with?
Anyone know how to fix this?