Removing space between homepage heading & footer

Discussion in 'BlackBird WordPress Theme' started by pupwild, Apr 11, 2013.

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

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    Removing space between homepage heading & footer. How can I do this?
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Do let us know your website link.
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
  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:
    .content {
    margin-top: 0;
    }
    .feature-content {
    display: none;
    }
    .content h1 {
    margin: 0;
    }

    This will solve your issue.
     
  5. carly

    carly New Member

    Joined:
    Apr 23, 2013
    Messages:
    8
    Likes Received:
    0
    Hi, I tried:
    .content {
    margin-top: 0;
    }

    But there seems to still be too much space between the logo and the top of the page.I wish for some of the white space to be reduced so the page opens and the logo is flushed to the top of the page. Thank you for your help.
    www.geneticsexualattraction.com
     
  6. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .header .logo {
    margin-top: 0px;
    }
     
  7. carly

    carly New Member

    Joined:
    Apr 23, 2013
    Messages:
    8
    Likes Received:
    0
    Great it worked. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page