Question about Action bar
Hello,
im having an Action bar active on http://karlsmuehle.de/ and i want to hide it on desktop and only show it on mobile.
I tryed "@media only screen and (min-width: 960px) { #Action_bar { display: none; } }" from another post, but it still has the emüty space above the menu now. can i solve that problem somehow?
Comments
try this css thanks