• Resolved iJassar

    (@ijassar)


    How can I remove the top navigation bar and logo (ie. header) when site width resolution is 600 or less (I’m using Mobile Menu plugin)
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    add this to theme options->custom css

    @media only screen and (min-width:180px) and (max-width:800px){
    #top-navigation, #header { display:none !important;}
    }
    Thread Starter iJassar

    (@ijassar)

    Thank you very very much, will try when my site works again =D

    Thread Starter iJassar

    (@ijassar)

    I have an old version of mesocolumn (the most recent is not translated yet), so custom css option is not available I guess

    anyway, I added the code to style.css and it worked!
    thanks again

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove top navigation and logo in mobile’ is closed to new replies.