Can anyone give me a pointer on a site I've inherited. I'm more of an SEO guy than raw code and I'm not making any headway on this.
Have a look at http://www.edwardjackson.co.uk and you'll see whitespace around the last item in the left hand navigation list "Home Condition reports".
Can anyone give me a steer as to what's causing this & what to do about it?
What I think is the relevant part of css is:
.nav li ul li a {
display: block;
list-style-type: none;
height: 18px;
text-transform: uppercase;
color: #504c40;
margin-left: -80px;
padding-left: 10px;
text-decoration: none;
background-image: none;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 10px;
font-size: 11px;
}
.nav li ul li a:hover {
display: block;
list-style-type: none;
height: 18px;
text-transform: uppercase;
color: #504c40;
margin-left: -80px;
padding-left: 10px;
background-image: none;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 10px;
text-decoration: underline;
Many Thanks - Dunc.