Last active
December 20, 2015 03:49
-
-
Save dadopala/6066412 to your computer and use it in GitHub Desktop.
Making custom eleven40 theme logo mobile responsive.
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
@media only screen and (max-width: 800px) { | |
.header-image #title-area, .header-image #title, .header-image #title a { | |
float: none !important; | |
margin: 0 auto !important; | |
} | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment