Home › Community Forums › Epik Theme Support › Struggling to align elements in Header › Reply To: Struggling to align elements in Header
January 7, 2014 at 7:14 pm
#9857

Customer
Did you remove it? I don’t see it.
You would need to add something like this to your css in order to make that happen –
.header-widget-area section {
float: left;
}
I’m not 100% sure if that will work since the search box isn’t there, but give it a try and see if it does.