Hi everyone!

I'm using zencart since 2011, and I've installed quite a few modules, and since building that website isn't my main occupation I just cannot figure out how to remove that space between price and title.

Right now the product listing page is

picture
price


title


and I'd like to have

picture
price
title


The worst part is I'm almost sure I had it figured out at some point but a module might have changed everything.

I'd love to show you my webshop, but I'm not sure I'm allowed since we're not supposed to post links to "commercial services"...
so I'm going to go ahead and try to share what I've done.

I found this in my stylesheet, and I believe I did add this at some point :
HTML Code:
#productListing br {
line-height:0
}
And I tried to change the code of the product_listing.php (read this on another thread)
from
PHP Code:
 if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
      
$lc_text implode('<br />'$product_contents); 
to
PHP Code:
 if (PRODUCT_LISTING_LAYOUT_STYLE == 'columns') {
      
$lc_text implode($product_contents); 
Also right now the product listing layout is
Display Product Image 1
Display Product Manufacturer Name 0
Display Product Model 0
Display Product Name 1
Display Product Price/Add to Cart 1
Display Product Quantity 0
Display Product Weight 0
Display Product Price/Add to Cart Column Width 125
Display Category/Manufacturer Filter (0=off; 1=on) 0
Prev/Next Split Page Navigation (1-top, 2-bottom, 3-both) 2
Display Product Listing Default Sort Order
Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product) 0
Display Multiple Products Qty Box Status and Set Button Location 0
Display Product Description 0
Product Listing Ascending Sort Order +
Product Listing - Layout Style columns
Product Listing Descending Sort Order -
Product Listing - Columns Per Row 4
Include Product Listing Alpha Sorter Dropdown false
Include Product Listing Sub Categories Image false
Include Product Listing Top Categories Image false
Show SubCategories on Main Page while navigating 1
Display Product Image


If you need to see my entire code, maybe I can send you a link via pm? or just copy paste what you need?

Thanks in advance!
Stéphanie