How do I align my sub menu?

Hello, I’m trying to move my sub menu up to where I’ve circled in the picture, could anyone provide the fix for this please? I am using the Dawn theme.

Hi @yolaces ,

Please send the website link, I will check it for you

1 Like

https://www.yolaces.com/

Thankyou!

Thank you, if possible have you got the code I can paste into the file?

Hi @yolaces ,

Please add code CSS:

.header__submenu .header__submenu {
    margin-top: -4px;
}
1 Like

Thankyou! its worked

1 Like

Hi @yolaces ,

You’re welcome and happy to support you :blush:

1 Like