#footer {
width:100%;
background-color:#000000;
}
Footer Below Page
Started by bunnyali2013, Nov 29 2012 03:24 PM
4 replies to this topic
#1
Posted 29 November 2012 - 03:24 PM
Well, I have a page which has less content. I want to make my footer at full width which is OK, except, I cannot make it down to the page. Look the screenshot below, I want to place it just below the screen. Currently, it is showing below a div.
#2
Posted 01 December 2012 - 05:59 PM
Can you post your HTML and CSS please? It's hard to help you with only that CSS. It is most likely another element causing it to display there.
Regards,
AoTB.
Regards,
AoTB.
V.V and O.V <3
http://www.labtec.0f...oved/?page=home
http://www.tpuc.org/
http://www.getoutofdebtfree.org/
#3
Posted 20 December 2012 - 12:00 AM
body{
position: relative;
}
.footer{
position: fixed;
bottom: 10px;
}
#4
Posted 20 December 2012 - 11:02 AM
Try
body{
position: relative;
}
.footer{
position: fixed;
bottom: 0;
}
Edited by SocialCloud, 20 December 2012 - 11:05 AM.
#5
Posted 07 January 2013 - 02:39 AM
Maybe you are wanting a sticky footer? http://ryanfait.com/sticky-footer/ The CSS pushes the footer to the bottom of the page even if your content doesn't take the whole page.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













