Forums

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

Home Forums CSS Problems with UL margins Re: Problems with UL margins

#88122
TheDoc
Member

Super simple change! Just do this:

.category-description {
margin: 0 0 10px 135px;
}

The 135px is about the width of the image on the left. This just makes sure that the text will never go below the image.