Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #829685

    Hello,

    I also have a problem with the menu and its behaviour. This is my website: http://gronaulicht.de and I want the logo and menu to behave correctly so that logo and menu never overlap ecahother,

    With Kind regards,
    Michael

    #829968

    Hey lichtmarketing,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      #header .main_menu li {
        display: none;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #830123

    Hi Nikko,

    The menu disappears well. It looks OK.

    But when I click on the hamburger menu. There is nothing.

    Thank you for the return

    Edwin

    #830723

    have you a feedback ?

    #831681

    Hi,

    Sorry for the late reply. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #832814

    Hi Nikko, the Problem with logo and menu overlapping is solved now. Thanks.

    But now on mobile devices the burger menu is empty. The main menu items which are shown on the desktop device disappear and are not clickable. See: gronaulicht.de.
    Your help is very much appreciated.

    #833218

    Hi,

    Thanks for the feedback, I get the same result on my end. Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #834792
    This reply has been marked as private.
    #836016

    Dear Support Team, do you have any solution for the problem that there is no menu on mobile devices at all? Kind regards

    #836941

    Hi,


    @lichtmarketing

    Ihr müsst ein Menü einrichten, damit das funktioniert.

    Ich habe Euch einmal ein Testmenü eingerichtet – nur der Code den Ihr im Quick CSS habt (von Nikko), gehört raus, sonst sind die Menütexte im Mobile nicht sichtbar.

    Ich habe Ihn einmal entfernt.

    Hoffe, dashilft Euch weiter.

    Best regards,
    Günter

    #836968

    Hallo Günter,
    vielen Dank für die prompte Rückmeldung und Unterstützung, hat uns sehr weitergeholfen. Jetzt habe ich nur noch einen Wunsch: Bei dem individuellen Menü ist unter dem jeweils aktiven Menüpunkt ein weisser Balken (Unterstreichung), die weg soll (so wie das Erscheinungsbild zuvor beim allgemeinen Menü, hier auch OHNE Unterstrich).
    Ist das machbar?

    Besten Dank im voraus,
    Michael

    #837414

    Hi,

    In Quick CSS folgenden Code eingeben:

    
    .current-menu-item > a > .avia-menu-fx {
        display: none !important;
    }
    

    oder wenn der Balken immer weg sein soll:

    
    .menu-item > a > .avia-menu-fx {
        display: none !important;
    }
    

    LG,
    Günter

    • This reply was modified 6 years, 9 months ago by Günter.
    #837456

    Super, vielen Dank!

    #837491

    Hi,

    Freut mich, dass wir dir helfen konnten.

    Viel Freude noch mit dem Theme.

    Jederzeit kannst Du bei Fragen gerne einen neuen Thread eröffnen.

    Best regards,
    Günter

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Logo and Menu overlapping (mobile)’ is closed to new replies.