In my blog posts, all of my photos that are right aligned are not able to right align. Easiest if you just see for yourself: http://www.painterssuccess.com/mesa/makes-best-paint-mesa/ Any help would be appreciated. Thanks
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-content .content-bar img.alignright { float: right; } This will solve your issue.
Actually, just one small follow up question. What do I need to add in padding? text goes right up to the photos.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-content .content-bar img.alignright { padding-left: 20px; }