gracenote Posted August 1, 2014 Share Posted August 1, 2014 (edited) Hi guys, My web site is www.penguinyell.com Right now my products page looks different on varying situations. If I mouse over a product, it displays my product attributes. If, I drag my web browser to take up only half of my screen space, the theme responds by displaying all the attributes on my products page for each product without having to mouse over. I want this to be the default look, always. Example, see screen shot at link below. https://dl.dropboxusercontent.com/u/19976380/screen_product_list.png I'm examining the code, but I'm not sure what file to modify nor do I know what code to modify. Any ideas? Thanks so much! You guys are awesome. Edited August 1, 2014 by gracenote (see edit history) Link to comment Share on other sites More sharing options...
gracenote Posted August 1, 2014 Author Share Posted August 1, 2014 Yay! Figured it out. The file that needed modification is product_list.css So now if you go to https://penguinyell.com/index.php?id_category=3&controller=category You will see that I managed to get it to show my short descriptions for each product. Now when I mouse over each product, it moves slightly up. I like how it looks moved slightly up. How do I set it to where it is ALWAYS in that position? Link to comment Share on other sites More sharing options...
musicmaster Posted August 2, 2014 Share Posted August 2, 2014 Try this on product_list.css on line 179: ul.product_list.grid li.hovered h5 { /*min-height: 30px;*/} Link to comment Share on other sites More sharing options...
Recommended Posts