Is it possible to left justify and also change the space between the main category listings? This is what I have and I'd like to remove the spacing between the subcategories and left justify them:
Category 1.jpg
In the past I was able to adjust the subcategories by adding:
.cat_products .box_row {
border: 0;
padding: 10px 0;
}
to the style_main.css.php stylesheet file. This made it look like this, which is what I'd like the main categoryu o look like (also left justified)
Category 2.jpgI'd like to be able to do the same with the main category listings. Thanks!


Reply With Quote


What you gave me works like a charm.
Thanks again for your help on this!
