Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Creating border around the middle section of Site

Creating border around the middle section of Site

Locked

Views: 1,210

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
4 Apr 2008, 3:21 PM
#1
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Creating border around the middle section of Site

So my goal is to create a border around my site. I don't want the border going around the enitre body of the site, just around the middle section. To get an idea of what I'm talking about, my site is https://www.bendisskin.com. I want the border going around the white section that is in the center of the page. Anyone know where I can make that fix?

4 Apr 2008, 3:33 PM
#2
kobra avatar

kobra

Black Belt

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

Re: Creating border around the middle section of Site

Depending on exactly what you seek try adding each these seperately to your stylesheet adjust as desired

#indexDefaultMainContent {
border: 2px solid #000000;
}
#indexDefault {
border: 2px solid #000000;
}
4 Apr 2008, 3:54 PM
#3
sfklaas avatar

sfklaas

Zen Follower

Join Date:
Mar 2008
Posts:
219
Plugin Contributions:
0

Re: Creating border around the middle section of Site

It does create a border, but only around the Picture and content on the main page rather than around that content, plus around the header, and the side boxes, and the footer. Any other suggestions?

6 Apr 2008, 7:47 AM
#4
kobra avatar

kobra

Black Belt

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

Re: Creating border around the middle section of Site

I don't want the border going around the enitre body of the site, just around the middle section.

I want the border going around the white section that is in the center of the page.
That is what I thought you wanted???
around that content, plus around the header, and the side boxes, and the footer
I see you figured it out...