Re: Product Detail Contents detail Only only header and footer no other things
Ok I found the what you need to do.
1) Download Firebug for Firefox - this way you can see what change you need to make on the fly (it won't save your change but simply show you what will happen).
2) Click on the Firebug icon (bottom left of Firefox), then click on the blue-square with arrow select the div id="center-main".
3) Change the margin to from 0 0 0 250px; to 0 0 0 0; This is located in altskin.css line 49.
4) I am not sure how this will affect other pages, it could mess things up, but try changing this in the css and then checking all pages to see if this worked. You may need an if statement to help with this.
Hope this helps.
|