Align dropdown menu to menu above

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:

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

  1. Assets/base.css
  2. 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!