craig04100 Posted May 8, 2014 Share Posted May 8, 2014 I have been trying for days to figure out how to fix issue with feature products on home page, have blank spaces between the products and the rows appear and disappear. and would like to know how to align the Add to cart button across the rows. Can anyone help me Thank you http://www.abetterhealthyyou.com.au/ I am using V1.4.6.2 Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 hello it's because you've got different height there for each <li> element you have to define height param for them, it must be the same for each item add height:440px; to: #featured-products_block_center ul li { width: 162px; float: left; padding: 0 0 10px 0; height: 440px; } i don't know file name because your css files are minified now (ccc for css option under adv. paramters > performance tab) effect: Link to comment Share on other sites More sharing options...
craig04100 Posted May 12, 2014 Author Share Posted May 12, 2014 Thank you I found it eventually It helped fix it a bit better, just the last 2 items on the bottom line show and don't show, Thank you for your help I'll try and work out how to make the last two items show, and how to align the Add to cart image, if you know how can you let me know. again thank you so much. Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 , just the last 2 items on the bottom line show and don't show, hello what you mean exactly? they arent visible? always? or what? Link to comment Share on other sites More sharing options...
craig04100 Posted May 12, 2014 Author Share Posted May 12, 2014 In settings I set "Number of products displayed" to 30 (I Have even 15 I tried), When I refresh the home page it could show 7 items or 9 items or 8 items showing it wont show all 30 or 15 items. Its not consistent. Not sure if you can help. Now I also have a problem with other products in the same category it doesn't slide or let you slide it. This will be for anther post later. Thank you so much for all your help you are the Legend. Link to comment Share on other sites More sharing options...
Recommended Posts