spacing

Discussion in 'Local Business WordPress Theme' started by iandun, Nov 24, 2012.

  1. iandun

    iandun New Member

    Joined:
    Nov 22, 2012
    Messages:
    7
    Likes Received:
    0
    How can i adjust the spacing between sentences and or paragraphs in the top feature heading and in the the left feature description?
    Thanks.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .feature_contentbox h1{
    margin-bottom:40px;
    }
    .feature_infobox h1{
    margin-bottom:40px;
    }
    Adjust its value as per your requirement.
     

Share This Page