Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #421208

    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!

    #421581

    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

    • This reply was modified 9 years, 8 months ago by Elliott.
    #421676

    Ah that makes sense, no use in change that then!

    Thanx!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘"Sticky" footer ?’ is closed to new replies.