Jump to content
Sign in to follow this  
rossherlihy

Content area not resizing

Recommended Posts

rossherlihy

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×