How to make spaces between pagination page numbers in eCommerce?
Permalink
Hi,
Can someone please point me in the right direction on how to add a space (or 2) between the page numbers that the eCommerce add-on generates for the product list when you have a large number of products?
They are all currently bunched up together - and it doesn't look too crash hot at all. (see picture attached)
Cheers, Patrick
Can someone please point me in the right direction on how to add a space (or 2) between the page numbers that the eCommerce add-on generates for the product list when you have a large number of products?
They are all currently bunched up together - and it doesn't look too crash hot at all. (see picture attached)
Cheers, Patrick
Hi Rony
Thanks for your reply. I've put the CSS in to my main.css file for my theme, and changed the main pagination div to float left instead of right... But for some weird reason, the pagination has placed itself with the breadcrumb block that I have underneath the product list table??
Here's the link to the site:
http://www.qroo.com.au/our-products/spare-parts/qrr8313-parts/...
Thanks for your reply. I've put the CSS in to my main.css file for my theme, and changed the main pagination div to float left instead of right... But for some weird reason, the pagination has placed itself with the breadcrumb block that I have underneath the product list table??
Here's the link to the site:
http://www.qroo.com.au/our-products/spare-parts/qrr8313-parts/...
here is the revised css
Note: Float is removed from above.
Rony
.pagination { clear: both; color: #60605F !important; font-size: 14px !important; margin-bottom: 10px; margin-top: 15px; }
Note: Float is removed from above.
Rony
That worked,thanks Ronny!
wc
Rony