Expired
I would like to know how to change the height of the footer?
I added the following to the CSS
#footer {
height: 50px;
}
And the same with .footer and footer with no results
Hello,
You can use this css code:
footer#footer .inner { height: 400px;}
Best regards!
You must be logged in to reply to this topic.