Hello,
I would like my dropdown menu on the same line as “shop”
How can I adjust the margins so that this comes out?
Hi @JoaquinExcitare ,
Could you share your store url? I will help to check it.
Thanks for the quick respond!
https://excitarestudios.myshopify.com/?_ab=0&_fd=0&_sc=1
ww: WorkOnExcitare1
Hi @JoaquinExcitare ,
May I suggest to update code these steps:
@media screen and (min-width: 990px) {
.header__inline-menu .mega-menu__list {
padding: 0 5rem;
}
}
Thank you! This worked!