Dawn - decrease padding around navigation menu titles

Good morning - I’ve been searching a while and haven’t found this solution yet. How can I tighten up the spacing around navigation menu titles?

@mmstudio
Can you share your store url?

https://michelle-masters-topiary-art.myshopify.com/

password auggul

Hello @mmstudio

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/base.css theme file.

  3. Add the code at the end of the file:

nav.header__inline-menu .header__submenu .header__menu-item{
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
nav.header__inline-menu  .header__menu-item{
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
nav.header__inline-menu  summary.list-menu__item{
    padding-right: 2rem;
}

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

Thank you! Just what I was looking for.

1 Like

@mmstudio

I am so glad that suggestion solution can help.