3 replies
  • WEB DESIGN
  • |
I have a blog template that I really like but the footer is to high. I looked at the footer php and there is no pixels to change. I am at a lost how to change with out any way to increase or decrease the width and hieght. Any ideas out there in the forum? Thanks
#footer #size
  • Profile picture of the author Power User
    HELP Any body out there that can help. Here is the code from the style sheet. I found the settings but it will not let me change the size.
    #footer {position: relative; background: #128bdf url(images/back-footer.jpg) no-repeat left bottom; width: 900px; height:auto !important; height: 200px; min-height:200px }

    #footer .footer-content {padding: 28px 28px 0; color: #fff; font-size: 11px }

    #footer .footer-widget {float: left; width: 215px; padding:0 20px 50px 0 }

    #footer ul.footerlinks {list-style-image:none; list-style-positionutside; list-style-type:none; margin:0 0 18px -7px }

    #footer ul.footerlinks li {padding:0 7px }

    #optinbox {background: url(images/optin-container-bottom.png) no-repeat 0 bottom; margin:0 0 0 5px; height:auto !important; height:94px; min-height:94px }

    #optin-container {padding: 86px 17px 30px 13px; height:auto !important; height: 270px; min-height:270px; color: #326f97; display:inline-block; background: url(images/optin-container-getthis.png) no-repeat }

    #optin-container form {border: none; width: 230px; margin-top:5px }

    #optin-container .textfield {width: 200px; height:18px; line-height:18px; padding:6px 10px 0; border: 1px solid #dfdfdf; font-size:11px; font-weight: normal; color: #8f8f8f; background: transparent url(images/back-textfield.png) no-repeat; margin-bottom: 8px }
    {{ DiscussionBoard.errors[3098969].message }}
  • Profile picture of the author Mike Baker
    From what I understand of CSS, and you want the height to increase automatically then try this:

    #footer {position: relative; background: #128bdf url(images/back-footer.jpg) no-repeat left bottom; width: 900px; height:auto; }

    What theme are you using?
    Signature

    {{ DiscussionBoard.errors[3106616].message }}
  • Profile picture of the author mywebwork
    Are you sure that the size of the footer is being controlled from within your style sheet and is not simply a graphic?

    As usual with these requests a link to the site in question would be most valuable!

    Bill
    {{ DiscussionBoard.errors[3106629].message }}

Trending Topics