By Spekta on
Okay, here is the website http://www.xposureproductions.net/site/
Now, see on the home page how the div it uses is "main" which is 610px wide. This is to make up for the sidebar on the right (the blocks).
The blocks will only be displayed on the home page, so i need every other page created to be about 850px wide, as you can see, there's a problem with them at the moment.
If anyone could help me achieve this it would be greatly appreciated.
- Tim
Comments
Try this...
First I would try to minimize the amount of code on your site, it was really confusing the way you had it put together. That many divs was making my eyes bleed personally. Also your right sidebar lacked any sort of definitive wrapper div, consider adding that.
Anyways I would try this by setting main to 100% width instead of fixed pixel size. It won't expand if other things are in the way. Keep the right stuff at a fixed size. Then in your layout files where you are not including the right sidebar just make sure that div is not there. #main should expand on its own to fill the appropriate space. You may have to tweak some other things but the general concept should work.
http://inletmedia.com