I'm have a weird what I think is a CSS problem in wordpress if you go to the following pages you will see how the gray part from the tabber goes into the page content..which I took out the page side bar widget and extended the white background of the page in the CSS to make the page that size. Anybody know what could be going on here or how to fix it? Thanks, Pages http://www.rule144direct.com/about-rule-144/ http://www.rule144direct.com/pink-sheet-listing/ It doesn't do it on this page http://www.rule144direct.com/finra-form-15c211/
It's the height of your "content area" within the .container... The background image is in the content area on the left... Need to add some spacing or padding or recreate the image to the width of your sidebar... /********************************************* Container Div *********************************************/ #container { background: url(images/container-bg.gif) top center repeat-y; text-align: left; margin: 0px auto; width: 1000px; padding: 0px 8px; } Code (markup): http://www.rule144direct.com/wp-content/themes/iCar/iCar/images/container-bg.gif Code (markup): Cheers!~
this is familiar code to create wrapper in my templates i using it every create blogger templates "margin:0px auto;" make it your images in center browser..