• Resolved menaabebe

    (@menaabebe)


    Hey,

    I am using the theme MYgRID2 1.3 and here is my site:
    theuniversity.us/MenaAbebe/

    I am wondering what would be a good way to keep the footer at the bottom of my page. Should I make the body taller? Should I make my footer taller? My friend suggested I use footerStickAlt (http://www.themaninblue.com/writing/perspective/2005/08/29/), but I can’t figure out how to make it work.

    Any suggestion?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You mean you want to get rid of that big black piece of extra fat at the bottom? Then you have to edit your css and change body-height to +/- 500 like so:

    body { 
    
    margin:0; 
    
    padding:0; 
    
    font-family:Times New Roman, sans-serif;
    
    color:#fff; 
    
    background:#000; 
    
    font-size:13pt;
    
    line-height:20pt;
    
    overflow:auto;
    
    height:500px
    
    }
    Thread Starter menaabebe

    (@menaabebe)

    Yup, that’s exactly what I want to do. Thank you…I am going to do that until it looks right.

    You can also try to delete the height for the body all together,

    body { 
    
    margin:0; 
    
    padding:0; 
    
    font-family:Times New Roman, sans-serif;
    
    color:#fff; 
    
    background:#000; 
    
    font-size:13pt;
    
    line-height:20pt;
    
    overflow:auto;
    
    }

    See what that does.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Keeping the footer at the bottom of the page’ is closed to new replies.