Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #847925

    Hallo Forum,

    ich versuche schon seit ein paar Tagen den BreakPoint für das mobile Menü einzustellen.
    Damit das Logo bzw. die Navigation nicht überlappen …

    Wer hat eine Idee?

    Meine Seite: https://www.girocode-generator.de

    Danke und Gruß
    Andreas Schley

    #848777

    Hey Andreas,

    Please go to Enfold theme options > Main Menu and choose “Smartphones and tablets” in “Menu Items for mobile” :)

    Best regards,
    Yigit

    #848830

    Hey Yigit,

    many thanks for the tip … but I would like to change the width to 1005 and not to less 990 pixels.

    Best regards,
    Andy

    #849313

    Hi,

    You should go to Enfold theme options > General Settings > Responsive Layout to change the width of the layout

    Best regards,
    Basilis

    #849993

    Hello Basilis,
    sorry – but I do not find such a point!

    Best regards,
    Andreas

    #850506

    Hi Andreas,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 1040px) { 
    .av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li.menu-item {
        display: none;
    }}
    

    Best regards,
    Yigit

    #851511

    Hello Yigt,
    has not helped :-(

    Best regards,
    Andreas

    #851537

    Hi,

    > signs were converted, i corrected them. Please review your website :)

    Best regards,
    Yigit

    #851564

    hi,
    it works – thanks :-)

    #851624

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘BreakPoint für mobiles Menü’ is closed to new replies.