| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
CSS issue: changing the width | |||
![]() |
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
![]() Hi, I am trying to install the new 4.4.2 with the 3 columns template but I want to modify it so it won't be stretched to the full width of the screen.
I want a fixed width of 960 pixels Where can I change it?
__________________
4.2.1 X-Special Offers Quote Request |
|||||||
#2
|
|||||||||
|
|||||||||
![]() 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. |
|||||||||
#3
|
|||||||
|
|||||||
![]() Thanks Paul!!!
works great
__________________
4.2.1 X-Special Offers Quote Request |
|||||||
#4
|
|||||||||
|
|||||||||
![]() Where would I change the color of the background outside of the page container?
__________________
Two Separate X-Cart Stores Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series. Integrated with Stone Edge Order Manager + POS Version 4.1.12 Gold (fresh install) - X-AOM - Linux Mods - XCSEO free |
|||||||||
#5
|
|||||||||
|
|||||||||
![]() Also, is there any problem using "max-width" instead of "width"?
EXAMPLE #page-container { min-height: 100%; position: relative; max-width:1200px; margin:0 auto; } This should mean that on any browser set below 1200 that it will render to fit the screen (without having a width scroll bar), and any browser set over 1200 it will fix the width at 1200 pixels and center the page, at least that is the way I understand it.
__________________
Two Separate X-Cart Stores Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series. Integrated with Stone Edge Order Manager + POS Version 4.1.12 Gold (fresh install) - X-AOM - Linux Mods - XCSEO free |
|||||||||
![]() |
|
Thread Tools | Search this Thread |
|
|
|
|||
X-Cart forums © 2001-2020
|