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

    Hello! Lovely theme. I just need a little bit of help:

    I would like to remove the header drop down menu button for mobile devices and fix the logo. It gets squashed in mobile view due to it’s width. I could possibly sub in a logo designed for mobile but I do not know how. I’ve looked through the forum and tried some of the fixes listed as far as the logo goes, but I can’t get it right.

    Also- Is there a way to omit a particular element from mobile (in this case the LayerSlider) and have text instead?

    Charles

    #262040

    And it would be helpful if I included a link:
    http://www.guhrilla.co/test/

    #262470

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .container #advanced_menu_toggle, #advanced_menu_hide {
    display: none;
    }
    .responsive .logo a, .responsive .logo img {
    height: auto !important;
    margin-top: 10px!important;
    }}

    Best regards,
    Yigit

    #262537

    Awesome! Works perfectly.

    Many thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable mobile menu, fix header logo’ is closed to new replies.