CSS styling on next/previous pages

dimoss

Well-Known Member
Hi

It seems that the paging css has changed somehow and it doesn't look nice having big not equal gap between the page numbers. See the screenshot.

Screenshot_1.jpg

Do you know how this can be changed?

Thanks
 
As far as I know that's nothing to do with us. I'm not seeing it on my site(s).

Can you point me at a page are you getting that on?

-- hugh
 
Your Joomla template is setting
ul.pagenav li a, div.pagination ul li a {
margin: 0 15px;
}
so add something like
.fabrikNav div.pagination ul li a{
margin: 0;
}
to your list's custom css.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top