Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing centre Box to be wider! V1.3.8

Changing centre Box to be wider! V1.3.8

Locked

Views: 708

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
17 Jan 2009, 4:19 PM
#1
tiigaan avatar

tiigaan

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Changing centre Box to be wider! V1.3.8

Can someone please help me I have been trying soooooooo hard to figure how to change the size of the centre table/shop part (the part that holds the main page if you see what I mean).

I have managed to change the size of the boxes on either side but for now I can't find how to change the size of this middle bit. Can anyone help?

If it helps to understand what I mean you can see my site https://www.themeltingpotuk.co.uk and see how it just isn't fitting!

Grrrrrrrr

:dontgetit

17 Jan 2009, 4:23 PM
#2
Kim avatar

Kim

Obaa-san

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

Re: Changing centre Box to be wider! V1.3.8

Change the width of the #mainWrapper in your stylesheet.

17 Jan 2009, 4:28 PM
#3
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,843
Plugin Contributions:
0

Re: Changing centre Box to be wider! V1.3.8

you would need to change the width in the following section of the stylesheet:

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

To determine what that width should be you would need to add together the widths of the left and right columns and then add your required width for the center section. You should when doing these calculations take into consideration standard monitor sizes.
If you want the page to take up the full width of a browser you would set it to 100%

17 Jan 2009, 4:31 PM
#4
tiigaan avatar

tiigaan

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: Changing centre Box to be wider! V1.3.8

I could Kiss you xxxxx :hug:

Just one other thing, do you know how to change the 'title' of the page at the moment it still says Zen Cart! The Art of E-commerce?

17 Jan 2009, 4:37 PM
#5
Kim avatar

Kim

Obaa-san

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

Re: Changing centre Box to be wider! V1.3.8

Tutorials/FAQ link at the top of the page.