Home › Community Forums › Epik Theme Support › Struggling to align elements in Header › Reply To: Struggling to align elements in Header
January 8, 2014 at 11:02 am
#9864

Customer
I still don’t see it, but that code I added above should work. If you add it and the entire widget area falls under the logo to the next line, it’s because there isn’t enough room for the logo area and widget area to fit inside of the 1140px space. You can reduce the width on the logo/title area on line 1895 in your css file –
.title-area {
font-family: "Open Sans",sans-serif;
font-weight: 700;
float: left;
padding: 0;
padding: 0;
width: 160px;
}