Comments 2Revisemarketing started the conversationNovember 30, 2021 at 10:52pmHi, Is it possible to align the menu items in the header navigation to the top? Now the menu items align in the middle with the logo. See the screenshots for the current situation and the desired situation.Thanks!Mathilde 2,959Andrew repliedDecember 1, 2021 at 5:58amHello Mathilde, Use the following CSS. @media only screen and (min-width: 1000px){ #header-outer:not([data-format="left-header"]) #top nav >ul >li { -webkit-align-items: baseline; align-items: baseline; padding-top: 30px; } } Regards,1 Like 2Revisemarketing repliedDecember 1, 2021 at 8:20amIt works! Thank you!2 Likes Sign in to reply ...
Hi,
Is it possible to align the menu items in the header navigation to the top? Now the menu items align in the middle with the logo. See the screenshots for the current situation and the desired situation.
Thanks!
Mathilde
Hello Mathilde,
Use the following CSS.
Regards,
It works! Thank you!