Thanks for your reply, you can see a white bar at the very bottom of the home page, that’s the spot where the footer is supposed to go. It’s spans the entire horizontal length of the browser. On the other pages it fits the 1200px content area.
I’ll place the footer image back in there so you can see it better. Also, these are the changes I currently have in the “custom css” section.
.entry-content h1 {
font-size: 40px !important;
}
.entry-content h2 {
font-size: 40px !important;
}
/* this is the “register” link */
#menu-item-536 a span {
margin-left:0px
}
/* this is the “login” link */
#menu-item-541 a span {
margin-left:0px
}
/* this is the “Go to Class” link */
#menu-item-417 a span {
color:green !important;
font-weight:900;
}
/* this is the “tuition” link */
#menu-item-621 a span {
padding-right:130px
}
.post-more {
visibility:hidden
}
#wrapper {
margin: 0 auto 0px auto !important;
}
.footer img {
width: 100%;
height:100%;
}
.sc_menu li {
margin-top:8px;
}
.entry-content img{
padding:0px;
!important;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol{
margin-bottom:10px;
!important;
}
.content-bottom{
border-top:0px
}