roland Posted February 1, 2009 Share Posted February 1, 2009 I set my product listing to grid view, but now I got a problem with the height of the boxes. Depending on the content the cart buttons are not at the same position. See attached pictureAny way to keep the buttons always at the same position? Link to comment Share on other sites More sharing options...
jhnstcks Posted February 1, 2009 Share Posted February 1, 2009 I suspect you have height set to auto, you need to change this to a set value. Link to comment Share on other sites More sharing options...
roland Posted February 1, 2009 Author Share Posted February 1, 2009 no, in my global.css under "ul#product_list li" I set height: 270px;its the content that is bigger sometimes, cause of the name of the product. So it moves everything down Link to comment Share on other sites More sharing options...
jhnstcks Posted February 1, 2009 Share Posted February 1, 2009 so increase the 270 to 280 or 290 and se what that does. Link to comment Share on other sites More sharing options...
roland Posted February 1, 2009 Author Share Posted February 1, 2009 of course then the buttons would fit into the box.. but I want the buttons to be alligned at the bottomI want the name of the product right below the pic and the buttons at the the bottom of the box Link to comment Share on other sites More sharing options...
rocky Posted February 2, 2009 Share Posted February 2, 2009 You could try truncating the product names. Have a look at the following code in homefeatured.tpl and decrease the number after truncate until the problem disappears. {$product.name|escape:htmlall:'UTF-8'|truncate:35} Link to comment Share on other sites More sharing options...
VIXUS Posted February 2, 2009 Share Posted February 2, 2009 Yes, see... your product name pushes down the entire product_list "right_block" containing prices and buttons.Let me advice you, when fixing this check the looks of your page in firefox as well as internet explorer couse sometimes they give a bit different end results. Link to comment Share on other sites More sharing options...
roland Posted February 2, 2009 Author Share Posted February 2, 2009 shortening the product would fix some problems. Also skipping the description.Another issue is the "New" icon in front of names of new products and the "on sale" before the price for products that are on sale. Could also skip those two things.... but would prefer to keep it somehow.Is there any way to solve this via the more dynamically CSS? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now