Hide Top Bar on mobile devices
Hi, how can I hide the top bar on mobile devices?
I've tried:
or
@media only screen and (max-width: 767px)
.header-stack #Top_bar .top_bar_right {
display: none;
}
but nothing worked. ANd how can I remove the line below the logo.
I'm using betheme simple and here is my site http://xpact.emoose.de/
Here a screenshot: https://www.dropbox.com/s/aq7jtlrv14nnexq/projektmanagement XPACT Consulting AG.png?dl=0
Thanks
Comments
as we see, you already removed Top Bar on mobile devices. But to remove the line below the logo, please use below css: