Zen Cart Logo
Forums / Basic Configuration / auto expand

auto expand

Views: 684

Results 1 to 4 of 4
20 May 2012, 4:47 PM
#1
oitem avatar

oitem

New Zenner

Join Date:
Apr 2012
Posts:
82
Plugin Contributions:
0

auto expand

my website is http://www.oitem.com/ as you can see their is a margin white left and right side, i saw some website that it will auto expand even if you use small monitor and large monitor , his/her template will occupied all the screen, i want that also, i want to be my template will accupied all the space on the screen even if you are using small or big monitor, can any one help me that

20 May 2012, 5:40 PM
#2
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: auto expand

Find this block of code in your stylesheet (incudes/templates/denim/css/stylesheet.css):

#mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 960px;
    vertical-align: top;
    border: none;
    }

and change the "width: 960px;" to "width: 100%;" , making that look like:

#mainWrapper {
    background-color: #ffffff;
    text-align: left;
    width: 100%;
    vertical-align: top;
    border: none;
    }

Hope this helps.

20 May 2012, 11:37 PM
#3
oitem avatar

oitem

New Zenner

Join Date:
Apr 2012
Posts:
82
Plugin Contributions:
0

Re: auto expand

can i kisss you mwaaaaaa its perfect im going to check it again

20 May 2012, 11:56 PM
#4
get_em_fast avatar

get_em_fast

Totally Zenned

Join Date:
Dec 2006
Location:
Seligman, MO U.S.A.
Posts:
2,072
Plugin Contributions:
1

Re: auto expand

Only if you're female! :D

Glad to help.