Hi,
via default the main menue in the header sits exaktly in front of the logo which obviously destroys the design.
If I place the menu via css out of the way, the marks for actives links are completely wrong (fixed and shrinking activated!).
How can I fix this without endless css-hacks?
You can see the problem here:
Thanks in advance
Tim
Hey slikslok,
Thank you for the inquiry.
You may need to use a smaller logo or limit the number of items in the main menu. To adjust the size of the logo, try to add this css code:
.logo img, .logo svg {
max-width: 400px;
top: 40px;
}
You can also set the main menu to display as icon instead of text (Main Menu > General > Menu Items For Desktop).
Best regards,
Ismael
Hi,
if I define top with static px, the logo doesn’t stay vertical centered when the header is shrinking. Same with % instead px. Please have a look on the site if its not clear what I mean
Thanks