Page 1 of 1

Page selector do not show double digits

Posted: 05 Oct 2020, 01:29
by Socrates_mx5
I've found a minor issue with Phoca Gallery after adding quite a few images.

Double digits are not shown in the majority of the positions of the page selector.

https://imgur.com/a/sZSlKo8

Re: Page selector do not show double digits

Posted: 05 Oct 2020, 12:05
by christine
Hi,

Try to add to your user.css:
.pagination ul > li > a, .pagination ul > li > span {
padding-left: 1px;
padding-right: 15px;
}
Kind regards
Christine

Re: Page selector do not show double digits

Posted: 05 Oct 2020, 13:08
by Socrates_mx5
Thanks Christine. With the css-code of yours, then it looks as expected.

Re: Page selector do not show double digits

Posted: 05 Oct 2020, 13:35
by christine
Hi,
That's fine!

Kind regards
Christine