Comments 30lumpy5000 started the conversationOctober 6, 2021 at 4:57pmHello. Instead of the Left Header Menu being aligned to the vertical middle, I would like the menu aligned to the top, but will also need control of how much spacing there is between the logo and the menu. Can this be done via CSS? Thank you. 1,878Judith repliedOctober 6, 2021 at 5:35pmHi There,Thanks for keeping in touch. #top nav >ul { margin-top: -226px;}Thanks.1 Like 2,960Andrew repliedOctober 6, 2021 at 5:37pmHi there, Try the following CSS. @media only screen and (min-width: 1001px){ body[data-header-format="left-header"] #header-outer nav { display: block; padding-top: 30px; } } Use the padding to increase or reduce the space.Regards,1 Like 30lumpy5000 repliedOctober 6, 2021 at 6:12pmThank you, both. I tried each of these options, and they both worked perfectly!! Thanks again! 1 Like Sign in to reply ...
Hello. Instead of the Left Header Menu being aligned to the vertical middle, I would like the menu aligned to the top, but will also need control of how much spacing there is between the logo and the menu. Can this be done via CSS? Thank you.
Hi There,
Thanks for keeping in touch.
Thanks.
Hi there,
Try the following CSS.
Use the padding to increase or reduce the space.
Regards,
Thank you, both. I tried each of these options, and they both worked perfectly!! Thanks again!