Forums / Templates, Stylesheets, Page Layout / How do i Make the layout fullscreen width !!

How do i Make the layout fullscreen width !!

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
30 Jul 2009, 20:54
#1
wesdaman avatar

wesdaman

New Zenner

Join Date:
Jul 2009
Posts:
2
Plugin Contributions:
0

How do i Make the layout fullscreen width !!

I am using Zen Cart 1.3.8a and i am using the standard Classic theme that comes with a fresh install. I need to know a way to make the page layout full screen so it does not have the extra sides.like to stretch the white area all teh way to the side of the screen so there is no " Black boxes " on the sides. Here is a idea of what i want to do
http://i320.photobucket.com/albums/nn344/wesdaman14/stretch.jpg

Here is my webpage
Http://www.protalkbox.com/zencart
30 Jul 2009, 21:12
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: How do i Make the layout fullscreen width !!

First, don't use the 'classic' template.

https://www.zen-cart.com/tutorials/index.php?article=142

https://www.zen-cart.com/tutorials/index.php?article=230


Then, in your stylesheet, look for #mainWrapper and change the width from 750px to 100%. Personally, I don't care much for 100% sites, so you might also try changing the width from 750px to, say, 950px.
30 Jul 2009, 23:24
#3
wesdaman avatar

wesdaman

New Zenner

Join Date:
Jul 2009
Posts:
2
Plugin Contributions:
0

Re: How do i Make the layout fullscreen width !!

stevesh:

First, don't use the 'classic' template.

https://www.zen-cart.com/tutorials/index.php?article=142

https://www.zen-cart.com/tutorials/index.php?article=230


Then, in your stylesheet, look for #mainWrapper and change the width from 750px to 100%. Personally, I don't care much for 100% sites, so you might also try changing the width from 750px to, say, 950px.


What's wrong with the classic ? it looks fine to me
31 Jul 2009, 12:31
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: How do i Make the layout fullscreen width !!

The 'classic' folders will be overwritten when you upgrade to the next version, and your changes will be lost. Create your 'custom' template and folders as described in the links I posted, and when you upgrade, your site will still look the same.