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

    Hello,

    I noticed that the main menu on my website covers the logo when I make the screen smaller…
    So on my iMac screen it’s ok but when people see it on laptop screen it’s wrong.
    How can I solve this?

    Thanks!

    #893193

    Oh and also you can see that the main menu is centered horizontal but I want to align it with the bottom of my logo. Is that possible?

    #893223

    The first question is solved :) apparently when your site is ‘boxed’ this problem is shown. So I made the site ‘full width’ and now the main menu doesn’t cover the logo. But my second question is still open for answers!

    #893803

    Hi Dotplusgeert,

    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

    
    #top #header_main > .container, 
    #top #header_main > .container .main_menu .av-main-nav > li > a,
    #top #header_main #menu-item-shop .cart_dropdown_link {
        line-height: 245px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #894628

    It worked! Thanks :)
    But now there is a lot of space between the main menu and Header Secundair Menu.
    Is it possible to make the space smaller? so, to put the secundair menu closer to the main menu?

    #894828

    Hi Dotplusgeert,

    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 (min-width: 768px) {
      #header_meta .container {
        position: absolute;
        top: 40px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #895160

    And that worked also :) You are the best!
    Thank you!

    #895858

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

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