Hey,
I would like to know how can I remove the little space on my menu when I am on a mobile, I couldn’t find where I made the mistake in recent code ?
Thanks
Hey,
I would like to know how can I remove the little space on my menu when I am on a mobile, I couldn’t find where I made the mistake in recent code ?
Thanks
Hi @Ulysse1300
Can you visually share the issue you have here?
So the “Shop”, “About”, etc.. need to be centered and go over the “Free Shipping” ?
I might not be clear enough, I am sorry. On the red arrow there is a gap too big, and on the blue arrow there is no gap. Normally the gap is equal at the top and bottom.
Alright clear, let’s try it:
@media only screen and (max-width: 749px)
{
nav.mobile-nav-wrapper.medium-up--hide.critical-hidden.js-menu--is-open {
margin-top: -10px;
}
}
Let me know if that works!
Works perfectly thanks for the help.