How can I adjust my mega dropdown menu's position and shape?

Hi,

how do I move my mega dropdown menu down to where it starts where the grey line is before the menu is activated? If possible, I would also like to make the corners sharped instead of curved as it currently is.

URL: https://juz-fitness.myshopify.com/

Thanks in advance

Paste this code on top of the theme.scss file.

div#SiteNavLabel-men {
    margin-top: 11px  !important;
}

Thank You.

1 Like

Hi @Zworthkey ,

It worked perfectly. Thank you!