Page selector do not show double digits

Phoca Gallery - image gallery extension
Socrates_mx5
Phoca Member
Phoca Member
Posts: 37
Joined: 21 Sep 2020, 14:06

Page selector do not show double digits

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Page selector do not show double digits

Post 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
Socrates_mx5
Phoca Member
Phoca Member
Posts: 37
Joined: 21 Sep 2020, 14:06

Re: Page selector do not show double digits

Post by Socrates_mx5 »

Thanks Christine. With the css-code of yours, then it looks as expected.
christine
Phoca Hero
Phoca Hero
Posts: 2725
Joined: 28 Nov 2010, 17:20

Re: Page selector do not show double digits

Post by christine »

Hi,
That's fine!

Kind regards
Christine
Post Reply