Here is the link: http://unlockinglg.com/beta/index.html
Basically I want my thumbnails to align with the rest of the content above.
Right now it is skewed to the left.
See video of what I mean by unchecking .thumbnails{marging-left:20px} http://screencast.com/t/4xCmVzWxfr.
I tried over-riding it by .thumbnails{marging-left:0px} but that didn’t work.
Thanks
As you can see in firebug, there is another rule that sets the
margin-leftproperty. By uncheking a rule, you don’t set it to 0, you ignore it (so it looks for other applicable rules).It may work with
margin-left: inherit;and it should work withmargin-left: 25px;But this is not the real problem :
.thumbnailsbehave like a.rowso it shouldn’t be directly contained in one.To make it simple, try removing the
.rowwrapper.