Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / making the complete template wider?

making the complete template wider?

Locked

Views: 2,853

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
27 Feb 2008, 9:13 PM
#1
mrcoolboy15 avatar

mrcoolboy15

New Zenner

Join Date:
Feb 2008
Posts:
61
Plugin Contributions:
0

making the complete template wider?

I know it is possible to make the template wider, but i have not been able to find where. Any info would be great, as when your using both side boxes the default settings dont allow much room for text in the middle column.

thanks

27 Feb 2008, 11:17 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,608
Plugin Contributions:
0

Re: making the complete template wider?

Most templates are controlled by the stylesheet.

27 Feb 2008, 11:20 PM
#3
mrcoolboy15 avatar

mrcoolboy15

New Zenner

Join Date:
Feb 2008
Posts:
61
Plugin Contributions:
0

Re: making the complete template wider?

Kim:

Most templates are controlled by the stylesheet.

Yes i understand that but which part of the CSS file would change that. I am using the classic template and i am doing small edits to it to customize it.

27 Feb 2008, 11:53 PM
#4
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: making the complete template wider?

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 690px;
vertical-align: top;
border: 1px solid #9a9a9a;
}

Do a search for mainwrapper in your /includes/templates/classic/css/stylesheet.css.

28 Feb 2008, 5:55 AM
#5
mrcoolboy15 avatar

mrcoolboy15

New Zenner

Join Date:
Feb 2008
Posts:
61
Plugin Contributions:
0

Re: making the complete template wider?

Marg:

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 690px;
vertical-align: top;
border: 1px solid #9a9a9a;
}

Do a search for mainwrapper in your /includes/templates/classic/css/stylesheet.css.

this is one my css has listed for that area on the style sheet:

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

28 Feb 2008, 8:22 AM
#6
marg avatar

marg

Totally Zenned

Join Date:
Mar 2004
Posts:
642
Plugin Contributions:
0

Re: making the complete template wider?

That's the one.. Change
width: 100%;
to whatever width you'd like it.

29 Feb 2008, 7:40 PM
#7
mrcoolboy15 avatar

mrcoolboy15

New Zenner

Join Date:
Feb 2008
Posts:
61
Plugin Contributions:
0

Re: making the complete template wider?

Marg:

That's the one.. Change
width: 100%;
to whatever width you'd like it.

well i changed that to 900px and it did not change a thing. So i don't think that this is the fix.

2 Mar 2008, 4:47 AM
#8
mrcoolboy15 avatar

mrcoolboy15

New Zenner

Join Date:
Feb 2008
Posts:
61
Plugin Contributions:
0

Re: making the complete template wider?

mrcoolboy15:

well i changed that to 900px and it did not change a thing. So i don't think that this is the fix.

thanks for the help the reason i said it didnt not works was for some reason the css file it was using wasi n the other template. oh well i got it now... thanks for the help.