Archived topic
Paging Issue
8 replies · Started by robmac on August 7, 2017
Hi,
Not sure if this is a theme conflict or not.
But if someone would not mind looking at the BOTTOM of the page linked below and please tell me, how I might go about "un-bunching" and centering my paging numbers - if possible, I'd be most appreciative. Thank you.
Hi there,
Yup that looks like inserted by a plugin but I can't tell which one since the caching/minifying plugin is activated.
Try disable all non-GP plugins to see if we can find it?
Make sure you clear/disable caching plugin once you make changes too.
Let me know :)
Hi Leo,
Thanks for the reply.
phpzon inserted the paging.......it should be in the centre.....suddenly off to the left....was just wondering if there was any css etc that would force it to do, what it should be doing and put it in the centre please?
.pagination {
text-align: center;
}
worth a shot you think please?
Ahh got you.
Try this:
.pagination {
text-align: center;
}
.pagination a, .pagination .current {
padding-left: 5px;
}
I've only checked a couple of pages...but it centered - just a little bunched up...any thoughts appreciated please?
OK - sorry just saw your reply - will try - thank you
Thanks Leo......much better. Excellent help as ever. Sincere thanks!
You're very welcome :)