Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I add more space after the sideboxes?

How do I add more space after the sideboxes?

Locked

Views: 1,132

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
1 Nov 2010, 8:17 AM
#1
annav avatar

annav

Zen Follower

Join Date:
Jul 2008
Location:
Sydney, Australia
Posts:
171
Plugin Contributions:
0

How do I add more space after the sideboxes?

Hope I can explain myself properly but if you have a look at the site, https://www.instonejewellery.com.au, you will see there is not as bigger space between the right sideboxes and the "edge" of the whole center page (not sure what it's called) as there is abetween the border and the left hand side boxes.

The center box doesn't seem to be centered either.

I have looked and cannot find anyway of fixing those albeit small, but annoying problems.

Also how does product notification work. I know that we have to manually email customers if an item is back in stock etc but where do we find, and how do we know when they have completed the notification.

Thanks
Anna

1 Nov 2010, 10:43 AM
#2
lat9 avatar

lat9

Administrator

Join Date:
Sep 2009
Location:
Stuart, FL
Posts:
14,086
Plugin Contributions:
56

Re: How do I add more space after the sideboxes?

Re: your sideboxes ...

Go to your admin Configuration->Layout Settings. You've got Column Width Left (and Right) set to 150px, but the Column Width - Left (and Right) Boxes set to 200px. You're trying to cram 200px into 150px.

Try reversing those settings and see where you get.

1 Nov 2010, 12:27 PM
#3
annav avatar

annav

Zen Follower

Join Date:
Jul 2008
Location:
Sydney, Australia
Posts:
171
Plugin Contributions:
0

Re: How do I add more space after the sideboxes?

Ah, thanks for that. Didn't even think to check the actual column width.

So how do you centre the actual side box in the column now so that there is an equal amount of space on either side of the boxes?

1 Nov 2010, 3:16 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: How do I add more space after the sideboxes?

The sideboxes are centered in the side columns. What you see is the padding on the center column, adding extra space on each side of it.

stylesheet.css (line 364)
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
padding:0.8em;
}

1 Nov 2010, 10:55 PM
#5
annav avatar

annav

Zen Follower

Join Date:
Jul 2008
Location:
Sydney, Australia
Posts:
171
Plugin Contributions:
0

Re: How do I add more space after the sideboxes?

Fantatic. Thanks so much!

Anna