Last active
May 8, 2018 20:55
-
-
Save pablo-sg-pacheco/3695daeba95779e670228b87d80d3443 to your computer and use it in GitHub Desktop.
Charity Theme - Move the mobile menu icon to center
This file contains hidden or 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
/* | |
* Move the mobile menu icon to center | |
* | |
* Theme Name: HB Charity | |
* Theme URI: http://hummingbirdthemes.com/themes/hb-charity-wordpress-theme/ | |
*/ | |
.menu .visible-xs{ | |
text-align:center; | |
} | |
.menu #showbutton{ | |
float:none !important; | |
display:inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment