Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to add border around sideboxes???

How to add border around sideboxes???

Locked

Views: 1,062

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
23 Mar 2009, 4:00 PM
#1
neighbornick avatar

neighbornick

Zen Follower

Join Date:
Dec 2008
Posts:
93
Plugin Contributions:
0

How to add border around sideboxes???

Hey Guys,

I want to know how to add a border to the sideboxes on my site???

MY URL is http://nnforyou.com...

Thanks,
Nick

23 Mar 2009, 4:11 PM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: How to add border around sideboxes???

As mentioned earlier in one of yourother posts - this is a Template Monster template (yikes!) and they are a little unconvential ~ install Firefox and the web developers add on - this wil help you ALOT!

For sidebox borders, you can start here:

/includes/templates/12541/css/stylesheet_boxes.css
.box (line 2)
{
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
margin-bottom: 10px;
}

Add the border coding to this section.

Tina