Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Need help adjusting line height between Line Items Re: Need help adjusting line height between Line Items

#78050
jamygolden
Member
Code:
#left {
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.