Text Not Aligning in Listed Items
-
Hi,
Hoping someone could assist me. I’m having an issue with a page on this site: http://culturalconfidence.com/events/
I cannot get the third line under “Description” (…International Business Luncheon hosted by the Greater Austin Chamber of Commerce….) to align underneath the previous lines.
Here is the style CSS for that section:
eventsPageContainer {
padding:0;
}
.eventsPage ul {
margin: 20px 0;
}
.eventsPage ul li {
margin-bottom: 5px;
overflow: hidden;
list-style: none;
}
.eventsPage ul li label {
display: block;
float: left;
font-weight: 700;
margin-bottom: 5px;
width: 11%;
}
Any assistance would be greatly appreciated!
The topic ‘Text Not Aligning in Listed Items’ is closed to new replies.