I am using the column_layout_grid_for_product_listing and column_divider_pro.
My products are set up as category (all styles) ->sub category (all available colors in one style) -> single product.
When the sub category (all available colors of the style) is shown in this order, picture then title and then price in that order the spacing and order are the way I want.
The problem is the advanced search results (which use the same templates) (3 columns per row) are shown in this order, Picture, price, big empty space where the item title would be (except I have it as display none in the css) and then the description.
I would like it to be description (which is the same as my title) and then price but I can't see where to change the order.
I found out that if I add .listingDescription {margin-top: -5em; margin-bottom: 3em;} to the css, it closes the big empty space (it is still price, then desc -- but I can live with that.)
BUT if I make the above change to the css, then the sub category (all available colors of the style) page ends up with the title on top of the picture.
This line in product_listing php is causing the problem:
<div class="listingDescription">' . zen_trunc_string(/*zen_clean_html*/(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';
I don't have a live url yet, I am using a local server.
Is the confusing enough?
Can anyone with more experience give me any pointers? Thanks!



