header issues on gravida

Home Forums Gravida Support header issues on gravida

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #139785
    RobertRobert
    Participant
    • Topics: 5
    • Replies: 3
    • Total: 8
    Member since: February 2, 2016

    I cant hide the header on mobile without loosing my navigation menu
    I have it setup with

    @media only screen and (max-width:999px){
    .header{padding:15px 0px;}
    .header{display:none}

    but I cant seem to get the navigation menu when i do it this way.

    Site: www.sctglobal.net/test1

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    #slidera { display:none !important;}
    }

    Regards,
    Chris

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