Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #392190

    Hey guys.
    You were very helpful in helping me get the logo area removed from the header:

    https://kriesi.at/support/topic/remove-logo-and-center-menu/

    Unfortunately, now when the theme goes into mobile view, the menu disappears entirely.

    Help?

    Thanks!

    #392304

    Hi!

    Change the code to:

    @media only screen and (min-width: 767px) {
        div#header_main > .container {
            display: none;
        }
        .html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main {
            padding-top: 37px;
        }
    }

    And add this below it:

    @media only screen and (max-width: 767px) {
        #advanced_menu_toggle{
            top: 55px;
        }
        #top .avia-builder-el-first {
            width: 80%;
        }
    }

    Best regards,
    Josue

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