I'm trying to make my main text area wider. Here's the relevant code from the css:
/* structure */
#container { background:url(../images/bg_header.gif) repeat-x; width:100%; }
#container-bg { no-repeat bottom center; }
#page { width:998px; margin:0 auto; }
I changed the width to 1098px but then it overlapped the background by 50px on each side. How can adjust the background header so there's no overlap? I am a code amateur, so I paste the header info here in case that is of use:
/* header styles */
#header { height:120px; position:relative; z-index:2; }
#header h1 a { display:block; width:405px; height:60px; position:relative; top:40px; }
Thanks for any help, oh knowledgeable ones!