Float the header menu left and the title area (logo) right. Credits: Eric Hamm. https://gist.github.com/cobaltapps/2df81b9cff46b40531457895b867318d
.title-area { float: right; } .site-header .widget-area { float: left; text-align: left; }