I am running Infoway Pro on WP 3.9.1 at www.MyWashingtonNCRealEstate.com . Until a few months ago, I was able to upload photos into my blog posts and was given the option to define the amount of border around the photo, add a framed border, etc. At some point, these options either changed or stopped. Now any photos added to the "right" have the text jammed up against them. Is there something I can do to regain these more flexible photo controls?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar img { padding: 7px; } Thanks & Regards Gourav Shrivastava
Hello, Could you please explain you issue more clearly and also specify it with the help of screenshot images.
Is there a way to make the bottom border of the photo the same thickness as the other 3 sides and avoid all the white space when text is not used in this area. See screenshot.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar .post.single .post_content.single img { margin-bottom: -5px; } You can adjust the value of "margin-bottom" as per your requirement.