siga
1/25/2017 - 3:24 PM

Float the header menu left and the title area (logo) right. Credits: Eric Hamm. https://gist.github.com/cobaltapps/2df81b9cff46b40531457895b

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;
}