Hello everyone! Hope you’re doing fine and safe.
Please, I would like to make the menu in my header centered, below attached a SS of how it looks right now:
There’s not available quick input to center it, I tried messing around with the code but had no success.
Thank you all beforehand.
You could try adding this rule to the very bottom of theme.scss.css
@media only screen and (min-width: 990px) {
.site-nav{
text-align: center;
margin-left: 140px;
}
}
system
3
hii, @werebellstore
Kindly share your store URL so,
I can solve your problem and give you a proper solution.
Thank You.
Hello Varun, it’s blanked
system
5
hi, @werebellstore
Paste this code on top of the theme.scss file.
nav#AccessibleNav {
position: relative !important;
left: 240px !important;
}
Thank You.
1 Like
That worked, thank you so much.
2 Likes