Having a problem with sidebar widget placement for the amazon widget at http://schoolgardenweekly.com I'd like to make it flush left instead of right. Can't find where to change it in the style sheet. Any help? Thanks!
in styles.css find .textwidget and change it's margin-left to 0px. I think that should do it. .textwidget { margin-left: 0px; }
if you just want to modify that specific widget add this to style.css #text-598724015 .textwidget { margin-left: 0px!important; }
Thank you adbox and fotogrph. Both suggestions were spot on. fotogrph, how did you find the text # for that particular widget. Thanks again. GP