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