Reply To: Optimal Theme: Primary Menu positioned right of vs below the header/logo?

Homepage 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?

#2541
Wes
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;
    }