The gray footer ribbon at the bottom of my site never stays completly at the bottom

Discussion in 'Themia WordPress Theme' started by califfx, Mar 26, 2013.

  1. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    The gray footer ribbon at the bottom of my site never stays completly at the bottom. It tends to float a couple of inches above the bottom of the page. Here is an example for you to see: http://cantridenaked.com/site/about/

    I think the theme would look better if the ribbon stayed consistantly at the bottom. Can we do this
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper {
    min-height: 500px;
    }
     

Share This Page