Created
June 16, 2018 17:12
-
-
Save feastdesignco/b1b04c74be384228b4606e373d65c9eb to your computer and use it in GitHub Desktop.
Edit header size by changing the width/height dimensions - FoodPro 3.1.4 and lower.
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
.header-image .site-title > a { | |
-webkit-background-size: contain !important; | |
background-size: contain !important; | |
display: block; | |
height: 150px; | |
margin: 10px auto; | |
max-width: 320px; | |
text-indent: -9999px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment