rossherlihy 0 Report post Posted April 13, 2011 hi there, ive just finished a website that the content height doesnt adjust itself on banner pages but does on box pages the following are the links so you can see what i mean: http://livestylesfest.com/ - this is a BOX page in the template option, and the footer doesnt start until after all the content in the main area, this works fine the problem is with: http://livestylesfest.com/about/team/tony-susuico this page is a BANNER page and the footer starts before the content ends any advice would be greatly appreciated Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 13, 2011 A global fix would be to add this custom code: .canvas #page, .full_width #page, body.fixed_width { min-height: 1000px; } If you want it to happen only on the page http://livestylesfest.com/about/team/tony-susuico, then you will apply this code: .canvas #page-id-581, .full_width #page-id-581, body.fixed_width { min-height: 1000px; } Share this post Link to post Share on other sites
cshoffmann 0 Report post Posted April 15, 2011 Did this get resolved? Share this post Link to post Share on other sites