Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1484152

    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

    #1484187

    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

    #1484543

    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

    #1484553

    Hi,

    Looks like you’ve replaced the logo with a smaller image. Let us know if you need more assistance.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.