Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1243635

    Hi,
    i looked already in the forum but didn´t find the right answer for my question.
    The navigation runs over my logo in the header. What can i do that it doesnt happen?
    On my PC its correct but on smalller one it doesn`t look right.
    Is there a way how i can put the logo more to the left and the navigation to the right end without changing the width of the text fields below? They should stay at the same place.

    Many regards :)
    rixi

    • This topic was modified 4 years, 2 months ago by rixi.
    #1243662

    Hey rixi,
    Thank you for the link, I see that at 990px your mobile menu becomes a desktop menu, which is too long to fit even with the logo all the way to the left.
    To have the maximum amount of width for this screen size, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 990px) and (max-width: 1440px) { 
    #header_main > .av-logo-container {
    	    padding: 0 !important;
    }
    }

    but your menu is still too long with this, I would recommend combining your “Singing lessons” & “guitar lessons” into one menu item called “lessons”, and perhaps shorten the item “Coaching for voice & personality development”.
    Another option would be to hide certain menu items on certain pages for certain screen sizes.
    For example, on your home page you probably don’t need your home link and if there was one more menu item we could hide the menu would probably fit. Would this be an option?
    The most common solution for this is to extend the mobile menu to 1024px or 1440px so when the menu does change to the desktop version it will fit. Would this be an option?

    Best regards,
    Mike

    #1243703
    This reply has been marked as private.
    #1243732

    Hi,
    Thank you, we will leave this open to hear back from you should you need further assistance.

    Best regards,
    Mike

    #1244003

    Hello Mike,
    now I found a way to make the navigation fit.
    I put the second navi word in two rows. The only problem ist that the navigation should be in the middle beside the logo and not at the top. Have you any idea how i can get the navigation down? That would be perfect :)

    Many greetings
    rixi

    #1244275

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .menu-item-top-level {
    	height: 60px !important;
    }
    .avia-menu.av-main-nav-wrap {
    	padding-top: 40px !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1244297

    Hello Mike,
    perfect, thank you, that worked :)

    viele Grüße
    rixi

    #1244505

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Navigation overlapping Logo on desktop version’ is closed to new replies.