On my blog TopSportsRumors.com I want to move the left margin over so the videos don't hang-out. I guess I need to move the margin over for the titles and smiley too? Where do I do that? thanks in advance!!
The problem isn't your margin; it's your padding. For your .content_txt class in your CSS, change it to this: .content_txt { padding:5px 35px 10px 12px; width:383px; } Code (markup): That should give you sufficient padding. If the padding is still off, change the last part of the padding setting (so change 12px to whatever amount works best)