Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #848650

    Hello,
    I have a problem with the main menu of my site, when I am full screen all goes well, as soon as I reduce the page my menu is unpacked on the logo.
    I also made changes on the css to make appear the titles of my menus on two levels of the blow I have a unpacking on the mobile version.
    Can you help me please !

    #849204

    Hey benjamin31_,

    Would it be okay if the solution will be to show hamburger menu and hide the menu items when the main menu touched the logo?

    Best regards,
    Nikko

    #851585

    Hi Nikko,
    Thanks for your feedback,
    Yes indeed, it is a solution to consider but I do not know how to do.
    Also on the mobile version, the menu does not display titles correctly, do you have a solution?
    Thank you for your help!

    #851931

    Hi benjamin31_,

    You Enfold is 4.0 and we have Enfold 4.1.2 available, it has a bit different mobile, it will still need adjusting, but you might consider updating your theme.

    Best regards,
    Victoria

    #852636

    Hi,
    I can not solve the problem of the logo, then I bar the size of the page the main menu slips on the logo. Can you help me?
    Benjamin

    #853004

    Hi,

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

    @media only screen and (max-width: 1300px) {
      nav.main_menu {
        display: block !important;
    }
    .menu-item {
      display: none;
    }
    .av-burger-menu-main.menu-item-avia-special {
      display: block;
    }
    }
    

    Best regards,
    Rikard

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