Quote Originally Posted by high2K View Post
Hi Jettrue,

You are fab! Thanks for that.
After promising that I would stop bothering you, I keep coming back with more. I'm really sorry.
The client now says that they want the image on the home page - inserted into define_main_page.php to stretch right across the area horizontally - ie. 100% width between the grey shadowed borders that go up the sides.
I cannot see where this is defined. I was looking for margins that I could set to 0 but I can't find it anywhere. Can you help??
There's padding on .centerColumn, which is good, as you would want some space for product listings and such. But for the home page, you can do this:

#indexHomeBody .centerColumn {padding:0;margin:0;width:100%!important;}

Then, in my testing, it looks like the image will need to be 821 pixels wide.