Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Overall Table Width


MattDesigner

Recommended Posts

Attempting to adjust the overall table width of my site. It is currently set to 755 pixels and I would like to adjust it to 700 pixels to fit the current header banner.

 

Also attempting to remove the gradient background and replace with simple black.

 

Any suggestions?

 

http://www.porc-a-fix.net/newstore/

Link to comment
Share on other sites

Center & size Shop

 

At the very start of header.php add:

 

<div id="content">

 

then at the very bottom of footer.php add:

 

</div>

 

then add to your css:

 

#content {

width: 700; margin: auto;

border: 1px solid #999999;

}

 

To center add to the content css:

 

text-align:center;

 

 

Hope that helps

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...