Skip to content

Instantly share code, notes, and snippets.

@pablo-sg-pacheco
Last active May 8, 2018 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pablo-sg-pacheco/3695daeba95779e670228b87d80d3443 to your computer and use it in GitHub Desktop.
Save pablo-sg-pacheco/3695daeba95779e670228b87d80d3443 to your computer and use it in GitHub Desktop.
Charity Theme - Move the mobile menu icon to center
/*
* 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