Home › Forums › CSS › Need help adjusting line height between Line Items › Re: Need help adjusting line height between Line Items
June 16, 2010 at 4:14 am
#78050
Member
Code:
#left {
margin: 10px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #003075;
}
margin: 10px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #003075;
}
#left li {
padding: 2px 50px;
line-height: 1em;
height: 1em;
margin: 0 0 1.8em 0;
font-size: 1em;
font-weight:bold;
color: #003075;
text-decoration: none;
list-style-type:none;
}
I’m not actually 100% sure about what you are trying to say. If this doesn’t work then upload a working example or an image of the problem.