Reduce Header and Feature Padding

Discussion in 'Themia WordPress Theme' started by tlaffoon, Nov 26, 2012.

  1. tlaffoon

    tlaffoon Guest

    Joined:
    Nov 14, 2012
    Messages:
    5
    Likes Received:
    0
    I need CSS to reduce the padding on the home page between the header and the top of the page. Also I'd like to reduce the padding between the shadow of the slider and the 3 feature content boxes.

    I've already reduced the slider shadow in style.css, but I am still trying to make the home page a little more compact with less white space.
    Any thought would be appreciated. Thanks!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_wrapper {
    margin-top: 30px;
    }
    .slider_shadow{
    height:50px;
    }
     

Share This Page