Skip to content

Instantly share code, notes, and snippets.

@gspice
Last active August 29, 2015 14:11
Show Gist options
  • Save gspice/98d5034f12141d9a4316 to your computer and use it in GitHub Desktop.
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.
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