Padding on posts and pages

Discussion in 'Real Photography WordPress Theme' started by micheleq10, Jan 9, 2014.

  1. micheleq10

    micheleq10 Guest

    Joined:
    Jan 8, 2014
    Messages:
    1
    Likes Received:
    0
    The text on my pages and posts go right up to the edge. I cannot seem to figure out how to get some padding there.

    Please advise.

    http://michelequigley.com
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. talia303

    talia303 New Member

    Joined:
    Jul 27, 2014
    Messages:
    7
    Likes Received:
    0
  4. 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 .post .post_content p {
    padding-left: 20px;
    padding-right: 20px;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  5. talia303

    talia303 New Member

    Joined:
    Jul 27, 2014
    Messages:
    7
    Likes Received:
    0
    Great, that worked. I'm still having a little trouble with my columns lining up on this page, though (see screenshot). I have it set up to lay out in four columns, but the last column keeps getting bumped down. Let me know what you think...
     

    Attached Files:

    • JK.JPG
      JK.JPG
      File size:
      70.7 KB
      Views:
      2
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page