Thread
:
CSS issue: changing the width
View Single Post
#
2
02-22-2011, 12:49 AM
pauldodman
X-Guru
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
Re: CSS issue: changing the width
Find the main.css file being used, then find the #page-container class.
Change this to:
#page-container {
min-height: 100%;
position: relative;
width:960px;
margin:0 auto;
}
__________________
Paul Dodman
e-business & m-commerce consultant
w:
www.luminointernet.com
e:
xcart@luminointernet.com
Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
pauldodman
View Public Profile
Send a private message to pauldodman
Visit pauldodman's homepage!
Find all posts by pauldodman