Thread Starter
fredh
(@fredh)
Thank you figaro … that did the trick 🙂
I has the same problem and simply commented out the “line-style-position: inside” line in ol section of my css. That seemed to do the trick for me.
Hope this helps.
Fred
Thread Starter
fredh
(@fredh)
OK I found and fixed the problem. As viceng suggested, it was in my css. The list-style-position of my ordered list was set to “inside”. The problem was resolved by commenting out the following line in the ol section of my css:
list-style-position:inside;
Fred
Thread Starter
fredh
(@fredh)
viceng,
Thank you for taking a look. When I tried your suggestion, however, the entire text of the ordered list shifted to the right (presumably by 13 px), including the numbers. Thus, the outcome was what I currently have, shifted to the right a bit.
Any other suggestions would be greatly appreciated.
Fred