Forums
Forums / Themes and Templates / Numbered list problem
(@rueryan)
15 years, 6 months ago
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
(@alchymyth)
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;}
thank you so much for your help!
The topic ‘Numbered list problem’ is closed to new replies.