Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help with middle bar styling

Help with middle bar styling

Views: 736

Results 1 to 3 of 3
1 Mar 2012, 6:59 PM
#1
toodamnbroke avatar

toodamnbroke

New Zenner

Join Date:
Oct 2011
Posts:
36
Plugin Contributions:
0

Help with middle bar styling

I've been struggling with this for a while now and I can't find the way to make the productListing "bar" to extend to the edges of the site and get a border around it. It doesn't seem like it would be too hard since there are only 3 places that contain the tileback.gif image and this is one of them, but when I try and throw a border around that group in the CSS it does nothing

here is the site. this is a page that actually has the product listing bar. http://sevenstarpackaging.com/zencart/index.php?main_page=index&cPath=10_13

Here is an image of what it is like, and what Im trying to do.

Thanks
Justin

2 Mar 2012, 12:31 AM
#2
rescoccc avatar

rescoccc

Totally Zenned

Join Date:
May 2010
Location:
WA State
Posts:
1,700
Plugin Contributions:
2

Re: Help with middle bar styling

What happens if you add this to your stylesheet:

.productListing-rowheading {border: 1px solid #000000; }

2 Mar 2012, 5:23 AM
#3
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Help with middle bar styling

could find this in your stylesheet

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
     padding: 0.8em;
}

and remove ```
.centerColumn,



then add:

.productListing-data {
padding:10px;
}