Footer Height
-
Guys, I’ve been developing in Customizr for weeks now and haven’t come across anything to have the footer take up the rest of the space if the content doesn’t fill the screen all the way. Now I know I can fix the footer to the bottom of the page but that’s not what I’m after here. What I’m after here is having the footer act normal on pages that use the complete height of the monitor but when the content is too short for the height of the monitor I’d like the footer to take up the rest of the screen for me.
I have a patter nI am looking to use for this and I did try repeating the pattern using this:
background-repeat: repeat-y; background-image: url("myImg.jpg");
The above code got me no where. Now if I affect the height of the footer all it does is move the footer down. I cannot make the footer 900px high as this would render on every single page and essential make a footer way to big.
How can I have the footer take up the rest of the screen on pages with almost no content?
– Kyle
- The topic ‘Footer Height’ is closed to new replies.