Remove space and menu

Home Forums All Other Themes Remove space and menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #72633
    MichaelMichael
    Participant
    • Topics: 8
    • Replies: 13
    • Total: 21
    Member since: June 15, 2016

    Hi.
    http://www.dkvs.nl/ check site on mobile size.
    How to remove Blue space including the brown menu

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

    Hi Michael,

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

    Add this code there:

    @media screen and (max-width:767px) {
    .header { display:none;}
    }

    Regards,
    Chris

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