Jump to content

How can I force the default height of my site (from the very top of the page, to the top of the footer)


Recommended Posts

Well the site itself is dynamic as far as the height is concerned.. The more content, the longer the page. You can set a minimum height if you have pages with little content that look funny because they are short.

you can add min-height:1000px to #page in your global.css if you want the page to be at least 1000px high or change to whatever height you want.


Hope this helps

Link to comment
Share on other sites



you can add min-height:1000px to #page in your global.css if you want the page to be at least 1000px high or change to whatever height you want.


Hope this helps


But wouldn't this be for the entire height of the page? I only want the top of the page to the top of the footer (I basically want to push the footer down, that's my goal)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...