noesac Posted March 15, 2011 Share Posted March 15, 2011 I know it's in the global.css somewhere but I'm always nervous about making changes here..! Link to comment Share on other sites More sharing options...
echonetic Posted March 18, 2011 Share Posted March 18, 2011 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 More sharing options...
noesac Posted March 18, 2011 Author Share Posted March 18, 2011 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 More sharing options...
echonetic Posted March 18, 2011 Share Posted March 18, 2011 I apologize, I misunderstood what you wanted to accomplish. Do you want more space on top of the footer no matter what the content of the page is? Link to comment Share on other sites More sharing options...
noesac Posted March 18, 2011 Author Share Posted March 18, 2011 Yup that's right. So what I'm after is this: [top of the page][footer block][bottom of the page] Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now