Pagination Problem

GK User
Wed Feb 27, 2013 12:33 pm
Hi Gavick

I'm using Joomla 1.5 with you Black and White template, i am also using Mosets Hot Property Component.
On all pages that show the pagination is messed up and not displaying properly. I have tried another template offline and the pagination seems fine, that's why i am thinking it is a template issue.

Would appreciate it if you would be able to go have a look at it. Thanks

problem occurs on the home page and every other page with property lists on it

The website is: http://www.buyzimproperty.com

Please Advise

Regards
Lance
User avatar
Fresh Boarder

GK User
Wed Feb 27, 2013 6:15 pm
Hi, ok so let's this solution:

1) In templates/buy_zim/css/joomla.css file find line 156
Code: Select all

ul.pagination li {
....
padding: 5px 10px !important}


2) Change padding value from 10px to 3px and save changes. This should help a little.

3) On the bootom of this same css file add:
Code: Select all
#hotproperty .paging .counter { text-align:center !important; float: none !important; }


p.s.
Pagination problem is caused by the styles coming from the component, not from template styles. Look below
media/com_hotproperty/css/generic/styles.css
User avatar
Platinum Boarder

GK User
Wed Feb 27, 2013 7:27 pm
Hi Oscar.
Thanks a lot, seems to have helped looks much better now. Will try and edit that file and see if i can improve. Thanks again.

Regards
Lance
User avatar
Fresh Boarder


cron