Footer rising up page

Discussion in 'BlackBird WordPress Theme' started by crew2829, Jan 26, 2013.

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

    crew2829 New Member

    Joined:
    Jan 25, 2013
    Messages:
    16
    Likes Received:
    0
    My pages that don't have a lot of text are causing the footer that displays (BlackBird Wordpress Theme by InkThemes.com) to rise slightly up the page. To try to better explain this problem, I have a white background so from looking from the top of the page to the bottom you see the white background, the black footer, and then the white background starts again where the footer should actually be. How can I fix this problem? Do I need to add padding or adjust the margins?
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Put the following code in your custom css

    Appearance -> theme options -> styling options -> custom css
    Code:
    .page-content {
    min-height: 200px;
    }
    This will solve your problem.

    Thanks.
     
  3. crew2829

    crew2829 New Member

    Joined:
    Jan 25, 2013
    Messages:
    16
    Likes Received:
    0
    Thanks Harmeet. I increased the min-height, in your code, to 400px and it works great!
     
Thread Status:
Not open for further replies.

Share This Page