Reply To: Setting the height of the body text area and widgets January 21, 2014 at 10:22 pm #4665 RonKeymaster You could set a minimum height (min-height) for the pages. Add this on Frontier Options -> CSS .type-page { min-height: 484px; } For the footer widgets, you can use either min-height or height. .widget-footer { min-height: 240px; }