seems to be caused by;
/* Move main menu bar container */
#primary-navigation {
position: relative;
top:-7em;
left: 40em;
}
try and move that style into one of the @media queries so it is only applied in large browsers.
seems to be caused by;
/* Move main menu bar container */
#primary-navigation {
position: relative;
top:-7em;
left: 40em;
}
try and move that style into one of the @media queries so it is only applied in large browsers.