how to set space after my text

Discussion in 'Real Photography WordPress Theme' started by jorgegarcia, Jan 4, 2014.

  1. jorgegarcia

    jorgegarcia New Member

    Joined:
    Jan 2, 2014
    Messages:
    22
    Likes Received:
    0
    Hello and thank you for your responses so far. I am a bit rusty with CSS hence my basic questions. Are all edits done in Styling Options menu?
    1. I am trying to ad space between my text and images.
    2. I want to link this theme from my website but do not want the home page of this theme. In other words I want to go straight to my posts. Is this possible?

    Thanks again!

    http://blog.jorgegarciaphotography.com
     
  2. Gourav

    Gourav Support Staff

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

    1.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .page-content img {
    margin-bottom: 32px;
    }
    2. We will add front-page on/off option in our next theme update.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page