Viewing 3 replies - 1 through 3 (of 3 total)
  • tomontoast

    (@tomontoast)

    The footer isn’t being cleared to the bottom of the page. Open up the themes style.css and find the following section on about line 620.

    /* footer START */
    #footer {
    	background:url(img/header_footer.jpg) 0 -132px no-repeat;
    	display:block;
    	height:88px;
    	border-top:1px solid #CCC;
    	font-size:11px;
    	line-height:145%;
    	width:100%;
    }

    replace with

    /* footer START */
    #footer {
    	background:url(img/header_footer.jpg) 0 -132px no-repeat;
    	display:block;
    	height:88px;
    	border-top:1px solid #CCC;
    	font-size:11px;
    	line-height:145%;
    	width:100%;
            clear:both;
    }

    That should sort out your problems

    Thread Starter siamtiger

    (@siamtiger)

    That worked, thanks a lot 🙂

    taruntanu

    (@taruntanu)

    how did you remove the search box ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Firefox killed iNove’ is closed to new replies.