The menu items have a 25px left and right padding. You could reduce it to 20px and see if that helps.
Look for this line in your css:
#access a {
color: #EFEFEF;
display: block;
line-height: 30px;
height: 34px;
padding: 0 25px;
text-decoration: none;
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
}
change padding to 0 20px or 0 15px and see if that helps.
I made the changes and it didn’t affect the menu.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The menu with links, Home, About, Articles, is showing on one line. Have you cleared your browser cache?
I’m using Chrome 21.0.
Which browser and browser version are you using?
How do I do that in Chrome?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Click on the spanner icon > History.
> Clear all browsing history.
> Select cache and since the beginning of time.
Working well now. Thanks.