Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
I would like my dropdown menu on the same line as “shop”
How can I adjust the margins so that this comes out?
Solved! Go to the solution
This is an accepted solution.
Hi @JoaquinExcitare ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media screen and (min-width: 990px) {
.header__inline-menu .mega-menu__list {
padding: 0 5rem;
}
}
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
This is an accepted solution.
Hi @JoaquinExcitare ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media screen and (min-width: 990px) {
.header__inline-menu .mega-menu__list {
padding: 0 5rem;
}
}
Thank you! This worked!