View Single Post
  #2  
Old 01-28-2010, 09:20 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default Re: Vividdreams-aquamarine: how to center?

add that code to #page-container

a width has to be set.. ie width:950px;

so

#page-container{
width:whateverpx;
margin:0 auto;
}
__________________
xcart 5.1.2
Reply With Quote