The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › [Solved] List bullets wrongly positioned › Reply To: [Solved] List bullets wrongly positioned
If you remove
ul, ol { list-style-position: inside; }
and add a few pixels of margin-left to the li it seems to fix it in FF.
margin-left
li