Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am using a child theme of twenty ten. Does anyone know how to make my content area fixed. I want the header, Menu, Sidebar, and Footer to all stay at a fixed size so just the content scrolls up, down, left, and right. I am new to wordpress so let me know the css files and changes I need to make. Please bee specific. I appreciate all your help

share|improve this question

closed as off topic by Michael, kaiser, Wyck, toscho Oct 1 '12 at 22:39

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You have to change in style.css file which is present in twenty-ten theme.You can Change all css from here.

share|improve this answer
1  
Please explain how that change should look. Add an example. – toscho Oct 1 '12 at 14:45
What do I change??????? – Jeff Perry Oct 1 '12 at 17:04
You can change #content { Width:150px; height: 150px; overflow: scroll; } specify required height& width for content. – deepa Oct 3 '12 at 4:53

Not the answer you're looking for? Browse other questions tagged or ask your own question.