• Im using the wooden mannequine theme. When I post numbered lists they appear fine in the visual preview, but when they publish they won’t go past 0-9. Example http://babyfang.co.uk/gn/ it goes 0-9 then back to 0 instead of 10, 11 etc

    Any ideas?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • the numbers are there; there is not enough space to show them:

    edit style.css, find this:

    #content li,#contentwide li {padding:0 0 0 5px;}

    add a left matrgin of 10px to it:

    #content li,#contentwide li {padding:0 0 0 5px; margin-left: 10px;}

    Thread Starter rueryan

    (@rueryan)

    thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Numbered list problem’ is closed to new replies.