Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fixe width with sts installed.


tomstar

Recommended Posts

Posted

I want to center my shop.

I´ve installed STS so the contribitions wich add div´s at footer.php and header.php don´t work.

 

I´ve add that div to sts_template.html.

It works, but if you zoom out, you will see the right infoboxes placed out of the line.

 

 

My question is how do I center my shop correctly with STS installed for all explorers for all resolutions.

 

 

This is the result untill so far.

www.webshopcreators.nl

 

 

codes I used

BODY {
 text-align: center;
 color: #000000;
/* change background: #ffffff; to the color of your choice*/
 background: #ffffff;
 margin: 0;

  }
 #cwdusacontainer {
 width: 760px;/* width can be changed to what you want just stay under 790px*/
 border: 1px solid #000000;/*border can be removed for a borderless page*/ 
 background: #ffffff;
 color: #000000;
 margin: 10px auto 10px auto;
 text-align: left;
}
<div id="cwdusacontainer">
</div>

Archived

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

×
×
  • Create New...