views:

22

answers:

2

as you can see here: alt text

the background is not even

the site can be found here:

http://yoursdproperty.com/index.php?option=com_content&view=section&id=4&Itemid=37

how can i even it out?

+1  A: 

Three possibilities:

  • Your <div id="wrapper"> has a padding of 10px to the top. Set it to 0 instead.

  • Decrease the width of <div id="wrapper"> to fit the background image's width.

  • Make the background image wider. The width of <div id="wrapper"> is 1050px so your background image should be at least that wide.

Btw with tools like Firebug for Firefox you can easily debug such things.

Felix Kling
the problem is i dont think i can edit the html of a joomla document. or can i?
I__
You don't have to edit the HTML, only the stylesheet.
Felix Kling
thanks so much!!!
I__
+1  A: 

it looks like the background, ../images/bgr.png, is not wide enough for the design, add a few more pixels to the inside white part to get it out to where it needs to be.

John Boker
can you please tell me how many pixels should it be?
I__