Footer Dimensions

Permalink Browser Info Environment
It would be a life saver if the footer grew in dimension to accommodate for more vertical content (like the main content area). Right now my content is being clipped because of this static dimension.

Thanks for your help, and great theme!

Type: Discussion
Status: New
430massive
View Replies: View Best Answer
c5studio replied on at Permalink Best Answer Reply
c5studio
Hello,

You can make the footer dimensions dynamic by making the following changes to the main.css file

First, change the heights of the "#page #footer" and "#page #footer #footer-area" to "min-height" and then add a repeat-x to the background for the footer. So your css starting at about line 144 would look like this:

#page #footer {
    min-height: 149px;
   background: #000 url(images/footer-bg.jpg) repeat-x;
   overflow: hidden;
}
#page #footer #footer-area{
   min-height: 115px;
}
430massive replied on at Permalink Reply
430massive
It works!

Thank you.

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.