Last active
August 29, 2015 14:11
-
-
Save gspice/98d5034f12141d9a4316 to your computer and use it in GitHub Desktop.
CSS to tweak for logo and menu vertical adjustments in Winning Agent Pro when using a logo image in the header.
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
Reducing the value 164px below to something less will bring the photo up | |
.header-image .site-title a { | |
background-position: left center !important; | |
float: left; | |
min-height: 164px; | |
width: 100%; | |
} | |
Changing the 40px on the padding value below will let you adjust the vertical placement | |
of your menu in regards to the logo image on the left | |
.header-image .site-header .widget-area { | |
padding: 40px 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment