category blog item and Pagination issue

October 08 Joomla Templates
GK User
Fri Feb 03, 2012 9:40 pm
Hi!
I have a problem with pagination in category blog item. The pagination is occuping bottom and right colum, so the right column hide part of the pagination.

The problem is when there are a lot of pages with items, are showed too much pages, before next buttom. So a lot of space is need.
You can check this here:

http://www.ugtelemadrid.org/index.php?o ... mitstart=3

it's seeem to be a bug in php, not a css issue, but ... I cannot solve it.
User avatar
Junior Boarder

teitbite
Sat Feb 04, 2012 1:37 am
Hi

I can see it's something You've placed in override.css file. Please replace line 18 with:

Code: Select all
#article-index ul li, div.k2Pagination ul li, div.pagination ul li {
    display: block;
    float: left;
}
User avatar
Moderator

GK User
Thu Feb 09, 2012 2:45 pm
Oks! try it now .. Thank you very much
User avatar
Junior Boarder

teitbite
Fri Feb 10, 2012 1:56 pm
Hi

Ok. Please let me know if it helped.
User avatar
Moderator

GK User
Fri Feb 17, 2012 4:17 pm
Thank you very much! tested and works fine.
User avatar
Junior Boarder

teitbite
Sun Feb 19, 2012 12:10 am
Hi

Ok. Glad I could help.
User avatar
Moderator


cron