Images are still indented even after padding is set to 0

I’ve added padding set to 0 to my .thumbnail-list but the images are still indented when I look at the browser (I have saved the file in Atom after adding the padding set to 0). Why can’t I override the padding the ul inherits?

Here is a screenshot of my CSS in Atom.

Hi @natalian25, double check your HTML code and make sure the <ul> in question has class="thumbnail-list"

thumbnail is probably our most popular misspelling with students :slight_smile:

If all looks well, head to the Elements panel in Chrome and see what styles Chrome is applying to your <ul>.