Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created February 16, 2015 09:15
Show Gist options
  • Save agusmu/19624e96ae0c02d4d177 to your computer and use it in GitHub Desktop.
Save agusmu/19624e96ae0c02d4d177 to your computer and use it in GitHub Desktop.
PrimaShop (1.6+) - Show Mobile Menu on Desktop Screen
/* show mobile menu button */
.mobile-icon-nav {
display: block !important;
}
/* show mobile cart button */
.mobile-icon-cart {
display: block !important;
}
/* centering header logo / title */
#header-title,
#header-title .site-title,
#header-title .site-title a {
float:none !important;
width:auto !important;
text-align: center;
background-position: center center !important;
}
/* hide header menu */
#header-menu {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment