List item text wrapping without padding

Hi Guys,

I’ve got a list item which goes onto two lines… the second line is tight to the bulllet…

any ideas why this is? and how do I give it some padding?

you can see the list in question at Site Example

This list is at the bottom labelled Recent Entries with the list item as:

About our International Usability Testing

Any help would be great…

Thank you

You need to change list-style-position: inside; to list-style-position: outside; (line 390 in your CSS file). :slight_smile: