Hey everyone, I know not everyone is fond of Wordpress... But I need some help, I am currently designing a theme and there are some final problems here and there which I need to fix, Here we go: In the right sidebar (http://www.smallfishbigmoney.com/themedesign/) there is the RECENT COMMENTS area. I am sure all of you can see that it is not in line with the rest of the other "elements" or "links." I am seeing how I can fix that issue, is there a HTML or CSS or PHP file for the particular "Comments" widget which I am using that I can edit and align it 16px from the left margin? I would be really grateful if anyone could help me with this, Thanks, P.S. (Should this be posted in CMS even if it is CSS and HTML related?) Thanks again, Fabien Small Fish Big Money Dot Com
The following CSS code should do the trick... #recent-comments ul li { margin-left: 17px !important; } Code (markup): Make sure you validate your HTML and CSS before the site goes live.