Okay. I have this problem and I can't figure it out. Why is the background image off at certain resolutions and certain screen sizes? Just expand your browser and take a look. URL is http://celebcrowd.com/ Thank you! -David
Take a look at your background image http://celebcrowd.com/wp-content/themes/mydq/images/background-demo.jpg this is not the way to create a background. However, the white space from the screen is not a free space, but the white color from your background. There's no need to put both sides from your page in the background, your background will repeate automaticaly from both side of your page
martin K is right you are only supposed to use a css selector and property with a partial part of the image and the top blue part should be part of the header such as #side_left { background-image: url(images/background.png); background-repeat: repeat-y; } Good luck with your site
Martin K-- I understand that the white part is showing from my background. morg -- I don't know how to code that background? Do I have to split up the left and right side? If so, how do I place them at exact places? I have never coded it that way before. Please let me know, Thank you, -David