Home › Forums › CSS › Problems with UL margins › Re: Problems with UL margins
September 27, 2011 at 5:08 pm
#88122
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.