Hi!
Maybe i missed the option in the theme settings panel.
But is there a way to have the page to extend to bottom of the page (in a boxed layout) so regardless if there is content the page with extend to the bottom of the browser window ?
Thanx!
Hey Paul!
The current behaviour is that the footer background will extend all the way to the bottom of your screen in case your page does not have enough content to fill the screen height. This is the best thing to do in my opinion.
If you set a minimum height to your content and someone views your site on a smaller screen such as a mobile then it’s going to look weird because they will have to scroll down a bit to see your footer and there will be lots of white space.
If you still want to do it though then you can use some CSS like so.
#main { min-height: 800px !important; }
Cheers!
Elliott
Ah that makes sense, no use in change that then!
Thanx!