Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to set align of the oscommerce shop to the centre position?


linx6703

Recommended Posts

Hello, Guys!

 

I've faced one problem.I need badly to gime my shop the centre posotion, but all my tries failed.It's because of my header.I want to adjust it's width with the width of the tables, because with different resolutions pictures and icons can look bad.Can anyone give me advice, tips on how can I solve these question?

Wait for your help!

Link to comment
Share on other sites

Follow this

 

 

add to your atylesheet.css

 

 

body, html {

background: #000000;

color: #ffffff;

margin: 0px;

padding:0px;

text-align: center;

}

 

#centrepage{

width: 850px;

margin: 10px auto 10px auto;

background: #ffffff;

text-align: left;

}

 

 

 

 

====================================

file = catalog\include\header.php

line = 55, insert new line

 

<div id= "centrepage" >

 

 

====================================

file = catalog\include\footer.php

last line in file

add

</div>

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...