Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created January 15, 2021 08:49
Show Gist options
  • Save yousufansa/028c78d80789d339640888b58a122b50 to your computer and use it in GitHub Desktop.
Save yousufansa/028c78d80789d339640888b58a122b50 to your computer and use it in GitHub Desktop.
Cartzilla - Hide Topbar on Mobile
@media (max-width: 767.98px) {
.topbar {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment