Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / padding certain pages

padding certain pages

Locked

Views: 1,016

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
12 Feb 2007, 12:12 AM
#1
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

padding certain pages

How do i increase the padding on the shopping cart template. It seems like most pages are fine but some are out of wack.

how do i make hte content display more narrow ?

12 Feb 2007, 12:22 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: padding certain pages

What pages?? or post a direct url to the pages you have issues with

12 Feb 2007, 1:51 AM
#3
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

Re: padding certain pages

http://www.ferrouomo.com/index.php

add something to your shopping cart and then check out that page .. information pours out the sides of my template.

12 Feb 2007, 2:21 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: padding certain pages

Find this in your stylesheet.css

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

And separate the elements like this and add a width and a bit of left padding to suit

#shoppingCartDefault  {
        width: 98%;
        padding-left: 0.5em;
        }
.forward, #PPECbutton {
	float: right;
	}

See if that is better??

12 Feb 2007, 3:30 AM
#5
dannyd avatar

dannyd

Zen Follower

Join Date:
Apr 2005
Posts:
191
Plugin Contributions:
0

Re: padding certain pages

worked like a charm ..

https://www.ferrouomo.com/index.php