How to Remove Mobile Menu – Construction Pro

Home Forums Construction Pro/Build Forum How to Remove Mobile Menu – Construction Pro

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79736
    Elder VelardeElder Velarde
    Participant
    • Topics: 11
    • Replies: 10
    • Total: 21
    Member since: April 14, 2014

    I want to Remove Mobile Menu in the Mobil Version
    aaalatinotaxi.com

    #79785
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .mobmenur-container { display:none !important;}
    }

    Regards,
    Brad

    #79921
    Elder VelardeElder Velarde
    Participant
    • Topics: 11
    • Replies: 10
    • Total: 21
    Member since: April 14, 2014

    Ok Great now I want to move the mobile header a little bit more to the bottom how can i do it..

    #79954
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .toggle a { margin-top:0 !important;}
    .mobmenu-push-wrap { padding-top:0 !important;}
    }

    Regards,
    Brad

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