cancel
Showing results for 
Search instead for 
Did you mean: 

wcmqs menu issue (Solved)

michaelc
Champ on-the-rise
Champ on-the-rise
on the main menu I find that the size is a little off.
the last item is pushed all the way to the right and when you cursor over the jquery slider it displays outside the boxed area.

it's not noticeable on the default government because the menu is white on white, but the issue is there.

it looks like the answer is to add padding on the right to .main-menu-wrapper  
I expect others have revolved this so I thought I would post here first to see if anyone has fixed this issue.
1 REPLY 1

michaelc
Champ on-the-rise
Champ on-the-rise
This only occurs when you Change the menu from white.

.main-menu-wrapper {
    background-color: #0462A2;
}
.main-menu-wrapper {
    float: left;
    height: 40px;
    margin: -10px 0 0;
    width: 100%;
}