Padding or space adjustment on homepage

Discussion in 'Real Photography WordPress Theme' started by c_musseau, Jul 19, 2014.

  1. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    There are a few areas where I want to adjust the space on the homepage.
    Also, there is one font I want to adjust.

    http://dev.ellenwalkerdesign.com

    See screenshots
    Thank-you.
     

    Attached Files:

  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:
    .menu_wrapper {
    margin-bottom: 30px;
    }
     
    .flexslider {
    margin-bottom: 15px;
    }
    .footer h4 {
    margin-bottom: 15px;
    }
    .footer h4 {
    font-size: 15px;
    font-family: Your Font Type;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     
  3. c_musseau

    c_musseau Guest

    Joined:
    May 21, 2014
    Messages:
    38
    Likes Received:
    0
    Thanks. You just forgot the space just above the copyright area, below the 4 widget images.
    The rest work great.
     
  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:
    div.footer-bottom {
    margin-top: 10px;
    }
    .widget_sp_image-description {
    display: none;
    }
     

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page