Using a clean Drupal 7 install, and clean Zero Point theme install, when including ordered lists in a basic page, the numbers (i.e. 1., 2., 3., etc.) render to the left of the text. The text however is left-aligned with any other text on the page, which means the number fall outside of the page and display in the left column area. They are then partly obscured by any blocks in the left column.

This behaviour occurs in both IE8 and FF3.6.

Comments

Bagz’s picture

a work around is to include <ol style="list-style-position: inside;"> in the page content when editing in full html mode, but can't really expect users to do this..

florian’s picture

I will correct this in the next release. In the meantime you can add this lines to your _custom/custom-style.css:

ul, ol {
padding: 0 20px;
}

Bagz’s picture

Great, thank you.

thebeepseal’s picture

This still hasn't been fixed. Has the Zero Point project been abandoned?

muranod’s picture

Just looked for the

    numbers and found this. Glad someone else asked before me - I've only been studying Drupal for about 4 months and haven't started asking questions yet. :-)

    Thanks for saving me a lot of time!

florian’s picture

Status: Active » Fixed

This was fixed in 7.x-1.2 release of ZeroPoint theme.

Status: Fixed » Closed (fixed)
Issue tags: -ordered list

Automatically closed -- issue fixed for 2 weeks with no activity.