Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how do i add custom borders

how do i add custom borders

Locked

Views: 438

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
27 Jul 2010, 6:26 AM
#1
hangman21 avatar

hangman21

Zen Follower

Join Date:
May 2010
Posts:
138
Plugin Contributions:
0

how do i add custom borders

if you take a look at my page http://sunkissed.comule.com/cart/ i want to add custom borders to left and right side

27 Jul 2010, 6:50 AM
#2
kobra avatar

kobra

Black Belt

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

Re: how do i add custom borders

As you have this set as a fixed width

#mainWrapper {
	background-color: #000000;
	text-align: left;
	width: 945px;
	vertical-align: top;
	}

You can create and apply a background image to the above that has your border

So if your border is 8px each side, adjust the width to add 16px and using css add a margin to the left & right columns