Footer alway at the bottom?

Discussion in 'Figero WordPress Theme' started by efcom, Jan 29, 2013.

  1. efcom

    efcom New Member

    Joined:
    Jan 21, 2013
    Messages:
    16
    Likes Received:
    0
    Hi again,

    is it posible to put the footer (dark widget area and copyright area) always at the bottom? I have some pages with little content so that the dark footer is in the middle of the screen. This doesn´t look so nice ;)

    I know the CSS code but I dont know where to put it in.

    position: fixed;
    bottom: 0px;

    Thx.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website.
     
  3. efcom

    efcom New Member

    Joined:
    Jan 21, 2013
    Messages:
    16
    Likes Received:
    0
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-container {
    min-height: 600px;
    }
    Adjust the value of min-height as you required.

    This will solve your issue.

    Thanks.
     
  5. efcom

    efcom New Member

    Joined:
    Jan 21, 2013
    Messages:
    16
    Likes Received:
    0
    This could be an option, but I think it is possible to put the header dynamically at the bottom.
     

Share This Page