ankur Posted May 29, 2013 Share Posted May 29, 2013 hi members, if you want i can create separate thread for these three problem but below are the problem I am facing and I would like to take help from prestashop community. 1) Please visit this link and see the pagination problem at bottom http://www.rationwal...w-products?&p=5 2) Visit this link to see the sort and product by page at bottom http://www.rationwal...tionary#/page-3 3) if you visit the same link you'll notice that add to cart button is not aligned your help would be greatly appreciated Link to comment Share on other sites More sharing options...
Dh42 Posted May 29, 2013 Share Posted May 29, 2013 Problem 1 Add this to the bottom of your global.css file div.pagination { clear: both; } Problem 2 Add this to the bottom of your global.css file .content_sortPagiBar { clear: both; } Problem 3 The reason that the cart button is not aligned is because some product names take up two lines while others take up one. One way you can mitigate it to some degree would be to add this to your global.css file #product_list li h3 { height: 180px; } 1 Link to comment Share on other sites More sharing options...
ankur Posted May 30, 2013 Author Share Posted May 30, 2013 Dh42, You are awesome.. It worked like a magic !!! thanks a lot !! Regards, Ankur Link to comment Share on other sites More sharing options...
ankur Posted May 30, 2013 Author Share Posted May 30, 2013 I Don't how to put solve so please let me know so that i can do it ASAP !! Link to comment Share on other sites More sharing options...
Recommended Posts