• I’m not very good in placing a footer eversince so now I’m asking help because I never placed any footer from my website before..

    so here I’ve provided a URL with the theme on.. it’s from my other website. anyway here’s the link http://mizuki.aishit3ru.org

    I’ve tried a lot of codes (though i’ve seen some of em not for worpdress but I still tried and mixed some codes). but here’s is the current code I’m using:

    #footer {
    
    	font-size: 9pt;
    
    	margin: 0 auto;
    
    	padding: 15px 0 10px 0;
    
    	text-align: right;
    
    	clear: both;
    
    	background: #FFAAC8 url(images/footerwp.png) 835px bottom no-repeat;
    
    	width: 900px;
    
    	color: #fff;
    
    	overflow: hidden;
    vertical-align:bottom;
    
    	}
    
    *	Footer */
    
    #footermax {
    
    	background: #FFAAC8;
    
    	clear: both;
    
    	}
    
    #footer p {
    
    	margin: 0;
    
    	padding: 0;
    
    	}
    
    #footer .search {
    
    	width: 300px;
    
    	float:  left;
    
    	margin-left: 20px;
    
    	text-transform: uppercase;
    
    	font-family: Tahoma;
    
    	font-size: 7pt;
    
    	text-align: left;
    
    	line-height: 15px;
    
    	}
    
    .search input {
    
    	padding: 3px;
    
    	font-size: 9pt;
    
    	font-family: Verdana;
    
    	}
    
    .textfooter {
    
    	width: 450px;
    
    	float: right;
    
            color: #111;
    
    	margin: 5px 80px 0 0;
    
    	text-transform: uppercase;
    
    	font-family: Tahoma;
    
    	font-size: 7pt;
    
    	line-height: 15px;
    
    	}
    
    .textfooter a {
    
    	color: #111;
    
            text-decoration: underline;
    
    	}
    
    .textfooter a:hover {
    
    	color: #fff;
    
    	text-decoration: none;
    
    	}

    It’s sorta in the middle or rather it’s after the sidebar because when there’s no blog, it’s exactly at the bottom.

The topic ‘another footer bottom positioning help’ is closed to new replies.