Wednesday, May 13, 2009

Align right WordPress avatar image in comments

Paste this code inside style.css file, to align right the avatar image in WordPress.
img.avatar { float:right; margin:0 0 0 10px; padding:3px; }

No comments :

Post a Comment