Home › Community Forums › Optimal Theme Support › Optimal Theme: Primary Menu positioned right of vs below the header/logo? › Reply To: Optimal Theme: Primary Menu positioned right of vs below the header/logo?
January 20, 2013 at 9:19 pm
#2541

Moderator
It’s already set to float right. You can see by looking for this code in your css (around line 241) –
#header .widget-area {
float: right;
padding: 40px 0 0;
width: 700px;
}