Increase Padding Space under Titles above 3 Image Boxes

Discussion in 'Woodpecker WordPress Business Theme' started by rmadala313, Jul 12, 2014.

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

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    Hello,

    I would like to increase the padding space between the titles of the 3 image boxes and the images in the 3 boxes.

    For example on my site, I would like there to be more height space between the 3 box images and the following 3 titles -

    Our Products, What the Pho?, About Us

    You can view my site here:

    http://staranisefoods.com/development/

    Thank you.
     
  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:
    div.feature-page-wt-thumb-container.gallery h1 {
    padding-bottom: 30px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  3. rmadala313

    rmadala313 Guest

    Joined:
    Jun 20, 2014
    Messages:
    53
    Likes Received:
    0
    It worked - thank you!
     
Thread Status:
Not open for further replies.

Share This Page