increase padding around images

Discussion in 'Blackriders WordPress Theme' started by tracykperry, Jan 2, 2014.

Thread Status:
Not open for further replies.
  1. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    I have looked at all of the posts in blackriders and have searched the other forums and can't seem to find the answer to this question.

    Please forgive the newbieness of my issue.

    I need to increase the padding around my images. The text bumps right up to all of my photos. I am thinking I need to enter some code in the custom css, but I just don't know what.

    Here's an example of my issue:

    http://therhythmstudio.com/programs/adult-programs/
     
  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:
    .page-content .content-bar img {
    padding: 21px;
    }
    Adjust its value as per your requirements.
     
  3. tracykperry

    tracykperry Member

    Joined:
    Dec 30, 2013
    Messages:
    63
    Likes Received:
    1
    That worked perfectly. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page