Forums

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

#194433
Paulie_D
Member

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.