Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1149642

    Hello,

    My header remains wide. My logo and menu are too far apart.

    Please help

    Regards Hans

    • This topic was modified 5 years, 1 month ago by hansblancke.
    #1149701

    Hey hansblancke,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_top #top .av_header_stretch .container {
        width: 87%;
    }

    Best regards,
    Rikard

    #1149739

    Hello, Rikard

    Thanks but if you make the page smaller or larger, the top of the page will move very strange.

    Please help,

    Hans

    #1149771
    This reply has been marked as private.
    #1149781

    Hi hansblancke,

    Try using this code wrapped in the media query:

    
    @media only screen and (min-width: 1300px) {
      .html_header_top #top .av_header_stretch .container {
        width: 1220px;
      }
    }
    

    Best regards,
    Victoria

    #1149802

    I works, thanks Victoria!

    #1150012

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1152053

    Thank you for helping.

    I have another question. How can I make the burger menu appear earlier. Now the menu appears in my logo.

    Regards Hans Blancke

    #1152347

    Hi hansblancke,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top .logo  {
         width: 70%;
     }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1152442

    Hello Victoria,

    Sorry it does not work. I don’t want my logo to get smaller, but rather that the normal menu is taken over by the Hamburger menu. Now the Hamburgermenu come in by 769 px, I want 990px.

    Thanks,

    Hans

    #1152479

    Hi hansblancke,

    This can be set in the THeme options > Main Menu
    Image 2019-10-30 at 19.08.20.png

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1152538

    Oke thanks !

    #1152570

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1152635

    I think you can close.

    Thanks!

    #1152941

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘logo and menu are too far apart.’ is closed to new replies.