ordered and unordered list do not line up, not enough space

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 09, 2015 8:33 pm
Reply with quote
Report this post
The unordered and ordered lists do not line up. There is not enough space under the ordered list. And we would like the lists indented.

See our test page at http://imagebuildingsites.net/web-design

Can someone give us the css to place in the override.css to fix these 3 issues:
- line up both types of lists
- indent both lists
- add space below unordered lists

Thanks in advance!

Allan
User avatar
Fresh Boarder

teitbite
Fri Jan 09, 2015 9:36 pm
Reply with quote
Report this post
Hi

Please try with this code:

Code: Select all
.item-page ul, .item-page ol {
    list-style-position: outside;
    margin: 2em 0;
    padding: 0 0 0 2em;
}
User avatar
Moderator

GK User
Fri Jan 09, 2015 9:56 pm
Reply with quote
Report this post
That worked perfectly! Thanks!
User avatar
Fresh Boarder

teitbite
Sun Jan 11, 2015 9:01 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron