Get footer to stay at bottom of page


Author Message
Derek

Posted: 9/15/2014
Quote message 

Can someone tell me how to keep my footer at the bottom of the page? I have a few pages that don't have much content, and I want to have the footer stay at the very bottom of the page, not just below the content with a bunch of space between the footer and the bottom of the page. Here is the site that I am working on that I want to do it to, and one of the pages that needs it...

http://onlinedirectoriesllc.com/thesimargroup_bk/pawnjustjewelry/estate-jewelry/mens/


I know there is a footer selection in Artisteer already that is supposed to do this, but I have that option selected (at least, I think I do) and it still isn't working.

Thank!
 
thagirl

Posted: 9/17/2014
Quote message 

Your page as well as your footer is scrolling. If you block the footer how will the page scroll?

Just design the footer to look like the page so it blends in. Are use a larger slider. and some content.

TRY THIS in the css:

.art-footer{

position: fixed!important;

width: 100%!important;}

Make sure to save.
 
Nadine

Posted: 11/28/2014
Quote message 

In artisteer >Export >Option>CSS Options
paste this in additional Styles :
.art-footer{
height:180px;
width:100%;
position:absolute;
left:0;
bottom:0;
}
.art-sheet{
padding-bottom:200px;
}
.art-main{
position:relative;
min-height:100%;
}