chow Posted April 9, 2010 Share Posted April 9, 2010 The add to cart and wish list buttons all moved to left when listing products. I am not sure which line on product-list.tpl to fix, or I should go for the CSS class=right_blank:ul#product_list li div.right_block{ float:left; width: 11em; text-align:right; margin-left:1em; margin-top:0;}I tried changing to float:right. The buttons moved to right but underneath the grey color block.Any suggestion??Attached is a screen capture on the problem. Link to comment Share on other sites More sharing options...
rocky Posted April 9, 2010 Share Posted April 9, 2010 You need to reduce the width of ul#product_list li div.right_block or ul#product_list li div.center_block so that they both fit side-by-side. Link to comment Share on other sites More sharing options...
chow Posted April 9, 2010 Author Share Posted April 9, 2010 It fixed!!ul#product_list li div.center_block{ float:left; width:72%;}The width was 74%. Thanks rocky for inspiring the 2% : ] Link to comment Share on other sites More sharing options...
rocky Posted April 9, 2010 Share Posted April 9, 2010 Glad I could help. Please edit your first post and add [sOLVED] to the front of the title. Link to comment Share on other sites More sharing options...
Recommended Posts