Remove Extra Space on Homepage / Front Page

Discussion in 'BlackBird WordPress Theme' started by srobledo, Oct 21, 2012.

  1. srobledo

    srobledo New Member

    Joined:
    Sep 9, 2012
    Messages:
    3
    Likes Received:
    0
    I did some rearranging of things on the Homepage (front-page.php) and wondered if anyone knows how to get rid of / lessen the spacing before and after the centered line of text that reads "---------- Contribute Your Own Upstander and Help Us Celebrate the Spirit of Resistance ----------"? And while I'm at it, how do I remove that yellow line underneath the features slider?

    Website

    See attached screenshots...

    20121021-spacing_on_homepage.jpg

    20121021-spacing_on_homepage_detail.jpg
     
  2. Nitesh

    Nitesh Support Staff

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

    Code:
    .slider-wrapper {
    border-bottom: none;
    }
     
    
    For spacing issue,

    Code:
    .feature-post h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .feature-content { 
    margin-top: 20px;
    }


    Thanks.
     
  3. aegrant00

    aegrant00 New Member

    Joined:
    Oct 22, 2012
    Messages:
    12
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    @aegrant00

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .feature-content {
    margin-top: 20px;
    }

    Thanks.
     

Share This Page