Blog Photo Border Problems

Discussion in 'Infoway WordPress Theme' started by moorwa, Jun 23, 2014.

  1. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    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?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar img {
    padding: 7px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    Is it possible to make the border under the photos equal to the other 3 sides?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. moorwa

    moorwa New Member

    Joined:
    Apr 29, 2012
    Messages:
    11
    Likes Received:
    0
    Location:
    Washington, NC, USA
    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.
     

    Attached Files:

  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page