How to align the products like the featured products column? Looks better than the Column Layout Grid mod.
Image
Item name
Price
How to align the products like the featured products column? Looks better than the Column Layout Grid mod.
Image
Item name
Price
You can set the sort order for product listing pages in Configuration > Product Listing. For column format, they will appear vertically in the order you select.
Hi Miles,
Sorry for the late reply you should download web developer for mozilla if you havnt already....!
Anyway to fix the alignment on the produtcs category listing add this to the bottom of stylsheet.css
.itemTitle {
height:50px;
display:block;
}
And adjust the height to what you prefer.
gee38l
Thanks gee38! Just as simple as that. But hard to figure it out. Now trying to closer the gap between item title and price..itemTitle {
height:50px;
display:block;
}
Do you know how to set id for the product price? I want it to look a little bit bigger. Can't find the code in stylesheet.