Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Remove Main section left & right border

Remove Main section left & right border

Locked

Views: 1,767

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
17 Jun 2006, 8:06 PM
#1
pkonstan avatar

pkonstan

New Zenner

Join Date:
Jun 2006
Posts:
30
Plugin Contributions:
0

Remove Main section left & right border

http://intertapepolymerblog.com/citynut/

Can't seem to find the left and right border. I thought it was this but evidently it isn't.

.main_page{
width: 100% !important;
background-color: #ffffff;
border-right: 1px solid #cc9966;
border-left: 1px solid #cc9966;
border-bottom: 1px solid #cc9966;
padding: 5px;
}

Need some help. Thanks

17 Jun 2006, 10:04 PM
#2
pkonstan avatar

pkonstan

New Zenner

Join Date:
Jun 2006
Posts:
30
Plugin Contributions:
0

Re: Remove Main section left & right border

I figured it out:thumbsup: :thumbsup:

19 Jun 2006, 8:20 AM
#3
andor avatar

andor

New Zenner

Join Date:
Dec 2004
Posts:
28
Plugin Contributions:
0

Re: Remove Main section left & right border

Please share - just don't cut and run when you find it out - help the community by leaving a solution.

19 Jun 2006, 9:07 AM
#4
andor avatar

andor

New Zenner

Join Date:
Dec 2004
Posts:
28
Plugin Contributions:
0

Re: Remove Main section left & right border

OK - got it. Hope this saves someone else a few minutes.

stylesheet_new.css - around line 274:

#navColumnOne {
padding: 0.5em;
border-left: 1px solid #cccccc;
}
#navColumnTwo {
padding: 0.5em;
border-right: 1px solid #cccccc;
}

nuke the border definitions and it'll be sweet.

19 Jun 2006, 10:39 AM
#5
pkonstan avatar

pkonstan

New Zenner

Join Date:
Jun 2006
Posts:
30
Plugin Contributions:
0

Re: Remove Main section left & right border

Sorry. Next time I will