Unordered Lists Wrapping Incorrectly
-
When the list item in this unordered list wraps, it is aligned left instead of tabbed underneath the text.
Here is the CSS that affects it:
#page-wrap { height: auto !important; height: 100%; margin: 0px auto -35px; min-height: 100%; width: 960px; } #bodyText { margin: 0pt auto; width: 900px; } .post { margin: 0pt auto; text-align: justify; } .post p { margin-bottom: 15px; } .post ul { list-style: disc inside; margin: 0 15px 15px 0; text-align: left; }I’ve tried looking at several sites about styling unordered lists, and couldn’t find the solution.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Unordered Lists Wrapping Incorrectly’ is closed to new replies.