Reply To: Lining Up the Top Menu

Homepage Community Forums Optimal Theme Support Lining Up the Top Menu Reply To: Lining Up the Top Menu

#477
Wes
Moderator

    Ok, thats what it was, the width of the logo and the widget area is too long to fit in the 960px space.

    In your style sheet if you look for line 237, try changing the width to “auto” like this


    #header .widget-area {
    float: right;
    padding: 40px 0 0;
    width: auto;
    }