Do not edit the Twenty Eleven theme. It is the default WordPress 3.2 theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. Create a child theme for your changes. Once your child theme is active, we should be able to help with the customisation.
Thread Starter
hgrat
(@hgrat)
Thank you for your reply
How do I fix it with the childh theme then?
If you fix the height of the content, you are always going to have the potential problem of posts in the content area overflowing. The only way around this is to add overflow:hidden; to #content but that will only hide the overflowing text. It won’t push it onto the next page.
Thread Starter
hgrat
(@hgrat)
Ok but this works if I want to add a scrollbar right?
Not sure how to do that though.
If you want to add a scrollbar, try using overflow:scroll;
http://www.w3schools.com/cssref/pr_pos_overflow.asp
Thread Starter
hgrat
(@hgrat)
Thank you esmi for all the help, it’s been much appreciated
@hgrat: you should change to overflow-y:scroll. I think it may be better π
Thread Starter
hgrat
(@hgrat)
You’re right hungit it did π
Thank you, now I didn’t have to search for the solution