Reduce a bit blank spaces...?

Discussion in 'Compass WordPress Theme' started by trasgu, Jun 20, 2014.

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

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there friends !!!
    here I post again with a tiny request, is it possible to reduce a little bit the spaces in the front page, if too complicated, I will be happy with just reducing the bigger gap after the blog+testimony area :)

    Thx a lot and wish you a great day !!!
    Jose
     

    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:
     .home_wrapper {
    padding: 15px 25px 10px 25px;
    }
    .bottom_tagline {
    margin-bottom: 20px;
    }
    .feature-content {
    padding-bottom: 20px;
    margin-bottom: 20px;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     
  3. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    It worked great Gourav, but there is one more gap I would like to reduce a bit, see capture, thx tons !!!
    Jose
     
  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:
    .feature_blog_content{
    margin-bottom:5px;
    } 

    Thanks & Regards
    Gourav Shrivastava
     
  5. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Thx Gourav, great tip as usual !!
     
Thread Status:
Not open for further replies.

Share This Page