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"
<ul>
class="thumbnail-list"
thumbnail is probably our most popular misspelling with students
thumbnail
If all looks well, head to the Elements panel in Chrome and see what styles Chrome is applying to your <ul>.