Currently Winning Agent PRO Theme is very popular for Real State site. I worked in one project and my client was wanting to center the logo & menu at Header. I did this by following tweaks
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.title-area { float: left; padding: 12px 0; width: 100%; } .header-image .site-title a { background-position: center center !important; } .site-header .widget-area { clear: both; display: table; margin: 0 auto; text-align: center; width: 100%; } |
I added code in style.css file
Thanks for all of your support!
I’m not using the Winning Agent Pro Theme, but I’m using Generate Pro, and having the hardest time centering the header image.
I used the code above (not the widget one), and my header image just disappears. All I want to do is center it. Any ideas?
http://www.iphoneparents.com
Add this css in your style.css file
.header-image .site-title > a {
background-position: center center !important;
}