• Resolved Cheesehead

    (@cheesehead)


    I have a custom theme for cheesefestival.ca
    The homepage footer moved to the right. Am new to CSS codes,

    <!–#footer #footerLeft #communityPics img { padding-top: 30px; }
    #footer #footerLeft { position: relative; color: #ebc745; padding-left: 12px; padding-right: 40px; padding-top: 26px; width: 170px; float: left; }
    #footer #footerLeft a {color: #ebc745;}
    #footer #footerLeft li { padding-bottom: 5px; list-style: none;}
    #footer #limitedSpace { position: absolute; left: 150px; top: -20px; color: #5caeab; font-size: 13px; }
    #footer #smallLuggage { position: absolute; top: 80px; left: 670px; }

    #footer #footerNav {color: white; padding-top:20px; width: 640px; float:left;}
    #footer #footerNav a {color:white;}
    #footer #footerNav ul li {float: left; list-style: none; padding-left: 35px; padding-top: 5px;}
    #footer #footerNav ul li:first-child {padding-left: 0px;}
    #footer #footerNav ul li ul li {padding-left: 0px;}
    #footer #footerNav ul.sub-menu li {float: none;}

    #footer { width: 880px; height: 175px; margin: 0 auto 0; background-color: black; position: relative; font-size: .7em; }
    #footer img#BottomImg { position: absolute; top: -95px; left: 30px; padding-top: 5px; }
    #footer_container { width: 880px; height: 195px; margin: 0 auto 0; padding: 0 35px; background-color: #F8FFE4; position: relative; }–>
    Any help would be appreciated.

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

    (@esmi)

    I’m sorry but it is really beyond the scope of these forums to deal with general CSS issues – especially in a custom theme. Try a dedicated CSS resource such as http://www.css-discuss.org/ instead. In the meantime, using Firefox with the Firebug add-on for this kind of CSS work. Or use whatever developer tool is available in your web browser.
    http://getfirebug.com/

    Borko

    (@media-x)

    I absolutely agree with you,esmi.
    But,it’s an easy fix so i’ll write it down. From #footer_container remove the 35px padding

    Thread Starter Cheesehead

    (@cheesehead)

    Thank you both!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer on home page off center’ is closed to new replies.