Jump to content

[Solved]Facing problem with pagination, sort and product by page and Add to cart Alignment


Recommended Posts

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

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;
}

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...