I have made my first website in WordPress based on the TwentyEleven theme. I have understood that it is supposed to scale to screen resolution, which it does not. I guess that i have broken something with some of my minimal edits in the CSS file.
Any idea on how I can find out where I have edited something that could have broken the scale function?
Is there a way to scale the website by default the same way the viewer can do manualy in their browser?
For the sidebar- replace your css of #secondary with
#secondary {
float:left;
width:25%;
}
and remove the max-height and max-width styles from the image.