I'm currently working on a WordPress theme with a fixed header and footer on the homepage, and a vertical slider in between that includes content and images. I've made the website responsive, but I'm facing an issue where the content in the vertical sliders gets cut off when the screen is resized (ignoring the images - focusing on the boxes with titles and text). How can I ensure that the main content always starts below the header and above the footer?
Here's a jsfiddle example illustrating the problem: http://jsfiddle.net/tdWb9/
Here are some CSS snippets:
@charset "UTF-8";
/* CSS Document */
* {
font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
}
...