View Single Post
  #1  
Old 06-20-2011, 07:50 AM
 
Olivierv Olivierv is offline
 

Member
  
Join Date: Feb 2009
Posts: 17
 

Default center all the store, Help !

Hello,

(sorry for my bad english)

I have updating my xcart to the last version 4.4.3
http://www.chip-hockeyshop.com/home.php?shopkey=321

I use vivid dreams Chromo template.

I would like fix width to 1300px and centered all my store.

I have editing 2 sections in main.css in folder \skin\common_files

body
{
height: 100%;background-color: #fff;
margin: 0;
padding: 0;
min-width: 1300px;
border: 0 none;
}

----------

#page-container {
min-height: 100%;
position: relative;
width: 1300px;
margin:0 auto;
}


the width is OK but the store is left-aligned, i would like to center all.

Thank you for your help.

Oliver


Reply With Quote