I'm staring at the tpl_index_product_list file and can't figure out where I can add some extra line breaks.
Look Here and you'll see what I mean. Would like to put in at least 1 line break to make that easier to read.
Thanks.
I'm staring at the tpl_index_product_list file and can't figure out where I can add some extra line breaks.
Look Here and you'll see what I mean. Would like to put in at least 1 line break to make that easier to read.
Thanks.
Don't hack the code.
Try adding this to the bottom of your stylesheet.css
.productListing-data {padding-top: 10px;}
... Where "10px" can be adjusted to any numerical value to suit your needs.
You know I keep forgetting that stylesheets have come a long way from the early days. I will do that and check back.
changed it to 15px and it's not so crowded anymore. Thanks!
If you use Firefox browser with the Firebug and Developer Toolkit add-ons, you can quickly find the style classes and ID's, and then try an offline edit of the css.