Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #837349
    #837579

    Hey Susanne,

    Thank you for using Enfold!

    The menu and logo overlap happens sometimes because of menu item quantity or size. Please try the solution in this support documentation:

    For your second concern, we will need to take a closer look at how you set up this page. May we have temporary access into this website please? Thank you!

    Best regards,
    Sarah

    #838480

    Good morning!

    I´m afraid the help doesn´t solved the problem. The link refer to an old version of enfold. The problem arised after the last update!
    In this version the enfold function “Main Menu” is new. New too is Burger/Mobile Menü. Maybe the mistake is there?

    For the second problem, look in the private content.

    best regards,
    Susanne

    #840253

    Hi,

    Thank you for the update.

    Please remove the css modifications for the menu then go to the Enfold > Main Menu > General panel. Set the “Menu Items for mobile” to the second option then add the CSS code to force the mobile menu to display when the screen width is less than 1366px.

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    Best regards,
    Ismael

    #841189

    Hi,

    on a windows phone it doens`t help! Can i go back to the enfold version before?

    And: What is with the second problem? The contact formular is on the left not in the middle.

    regards, Susanne

    #841194

    Hello agein,
    dispaly the menü as icon was not the troubleshooting!
    I doenst have a probelm wiht the menü, i´m having a problem wth the logo size! That is to big on smartphones.
    regards, Susanne

    #841863

    Hi,

    Thank you for the clarification.

    Please add the following css code to adjust the size of the logo on mobile view.

    @media only screen and (max-width: 767px) {
        .responsive .logo img {
            max-width: 80%;
            max-height: 80px;
        }
    }

    The contact form is not centered because of the following css modification.

    form {
        width: 85%;
        margin: 1em auto;
    }
    

    Please remove it or replace it with:

    form {
        width: 85%;
        margin: 1em auto !important;
    }
    

    Best regards,
    Ismael

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