Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1349059

    Hi, I just renewed purchased/renewed license.

    I’m having trouble with menu on my website,

    1) the height of the menu is off, too tall. I had similar problem before and it was fixed by the developer; 2) on ipad, my website main menu is distorted. the last menu tab, contact is pushed into the second line overlapping with the slider; 3) on iphone, the menu button is gone.

    I believe my developer modified/customized some codes in LAYOUT.CSS and/or helper-main-menu.php.

    Can someone here help me get this corrected? I don’t mind to get rid of customized codes.

    #1349071

    bump

    #1349089

    can anyone help me?

    #1349103

    Hi kailibuy,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a {
        height: 36px;
        line-height: 36px;
    }
    
    @media only screen and (max-width:1299px) {
      .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        display: none;
      }
    
      #advanced_menu_toggle {
        display: block;
        bottom: 3px;
        top: auto;
      }
    }

    Let us know if this helps.

    Best regards,
    Nikko

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