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

Align dropdown menu to menu above

Solved

Align dropdown menu to menu above

JoaquinExcitare
Explorer
55 0 20

Hello,

I would like my dropdown menu on the same line as “shop”

How can I adjust the margins so that this comes out?

Screenshot 2024-12-01 at 22.17.25.png

 

 

Accepted Solution (1)
EBOOST
Shopify Partner
1409 352 438

This is an accepted solution.

Hi @JoaquinExcitare ,

 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
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;
		}
	}

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 4 (4)

EBOOST
Shopify Partner
1409 352 438

Hi @JoaquinExcitare ,

Could you share your store url? I will help to check it.

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
JoaquinExcitare
Explorer
55 0 20

Thanks for the quick respond!

https://excitarestudios.myshopify.com/?_ab=0&_fd=0&_sc=1

ww: WorkOnExcitare1

EBOOST
Shopify Partner
1409 352 438

This is an accepted solution.

Hi @JoaquinExcitare ,

 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
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;
		}
	}

 

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
JoaquinExcitare
Explorer
55 0 20

Thank you! This worked!