On this website as you can see, the white background doesn’t fit the text (content)… How can I get it to do so? This is the CSS… But it doesn’t seem to be responding:
.entry {
margin:0 0;
padding: 0px 5px 5px 5px;
width: 680px;
}
Thanks – Tara
Your background is an image:
background images can’t scale.
Remove the background image, and give the
singleclass these additional rules: