Created
February 16, 2015 09:15
-
-
Save agusmu/19624e96ae0c02d4d177 to your computer and use it in GitHub Desktop.
PrimaShop (1.6+) - Show Mobile Menu on Desktop Screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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