Pagination in category list

GK User
Tue Mar 01, 2011 2:33 pm
See image attached. The pagination is big and goes out of space in template.

I need to change the pagination to limit the numbers like:
First,prior,1,2,3,4,5,next,last
Page 1 of 9

When i move to page 6 shows like this:
first,prior,2,3,4,5,6,next,last
Page 6 of 9

How to change this?

You can see in http://www.sjonline.com.br/carnaval
User avatar
Fresh Boarder

Konrad M
Tue Mar 01, 2011 3:37 pm
Hi,
Add to override.css
Code: Select all
ul.pagination li {
margin:2px 4px;
padding:4px 6px !important;
}
.k2Pagination {
padding:0px;
}
User avatar


cron