SteveS wrote:There are limitations on formatting ordered and unordered lists (ul and ol).
One workaround is to use autonumber. You can use it to create a numbered element, formatted how you like. You can format whatever follows however you like, and then apply you autonumber to the next numbered element.
Autonumbers also let you break your content into different topics and still have the numbering follow.
Looks like this is the solution I'm going to have to attempt; I spoke with madcap help and they said that the "content:counter(item) in ol li:before is what is causing the alignment issue, but removing that breaks the numbering.
Which is also a dilemma because for auto-numbering, in order to get the number to display I think I have to use "content:counter(item) to get the background displayed, unless there is another way. I had no idea that this would be this frustrating!