Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #503688

    Hi,
    When I reduce the size of the window, I have the menu over the logo.
    I would like to have the same as the Enfold Default Demo.
    How can I do ?
    Thanks

    #503712

    Hi ppi37!
    I have checked our web site from my mobile and I can not see any issue
    Can you please let me know what you see? Can u provide a screenshot?

    Thanks a lot

    Regards,
    Basilis

    #503836

    Hi Basilis,
    With mobile there is no problem.
    But with a device with a small display, like a projector, the menu is over the logo.
    To see the issue, you change the size of the firefox window.
    The problem can certainely be resolved with configuration, because with the enfold default demo there is no problem.
    See the screenshot please.
    Sorry about english.
    Thanks

    #504045

    Hey!

    you could try to activate mobile menu for bigger screen sizes:

    @media only screen and (max-width: 1024px) {
    a#advanced_menu_toggle {
    display: bock;
    }
    nav.main_menu {
    display: none;
    }}
    

    adjust as needed.

    Cheers!
    Andy

    #504169

    Hi Andy,
    With your code, the main menu desapear at 1024,
    but the mobile menu only appear at 768
    between there is no menu

    I need the main menu to disappear approximately at 900
    and the mobile menu appear at 900

    But with your explication, I find a solution.
    Enfold configuration
    Header
    Mobile Menu
    Activate for smartphones and tablets (browser with below 990 px)

    And now it’s OK
    Thanks a lot

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘menu over the logo with small resolution of window’ is closed to new replies.