Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #68283
    David
    Participant

    I’m enjoying the theme so far but have a problem with my mobile menu. It covers up the header image. Is there a way to show the header below the menu bar?

    http://www.atdprop.com

    Also, the three lines on the mobile menu are the same color as my header bar. Where can I change the color of the three lines that you hit to show the menu?

    #68284
    Sakin
    Keymaster

    @David: For that you can remove margin and fix header image cover and menu background color. You can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    @media screen and (max-width: 990px) {	
        #header-featured-image { margin-top: 0; }
        #mobile-header-left-menu { background-color: #0a6587; }
    }
    #68356
    David
    Participant

    Fantastic, thanks for the quick response!

    #78065
    David
    Participant

    Is it possible to make my header picture show in the same row as the mobile menu icon?

    #78073
    Sakin
    Keymaster

    @David: For that you need to upload your logo from “Appearance => Customize => Theme Options => Fixed Header Top Options”.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu Covers up Header’ is closed to new replies.