Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Phoca Gallery - image gallery extension
serged
Phoca Enthusiast
Posts: 65 Joined: 25 Apr 2022, 20:50
Post
by serged » 30 Sep 2022, 14:31
Hello
I have a problem on Android phone
When a user have his phone in portrait he cannot select le master category
In Landscape it is OK
See screencopy for protrait :
and in Lanscape
Jan
Phoca Hero
Posts: 48726 Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:
Post
by Jan » 03 Oct 2022, 23:23
Hi, thank you for the info, for now the only way is to change CSS for this (for small displays)
Jan
serged
Phoca Enthusiast
Posts: 65 Joined: 25 Apr 2022, 20:50
Post
by serged » 05 Oct 2022, 14:02
Is it possible to have the CSS ?
And It is now in the roadmap of photo gallery
Thank you
Jan
Phoca Hero
Posts: 48726 Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:
Post
by Jan » 08 Oct 2022, 01:17
Hi, which CSS do you mean? I didn't do such change yet, so I don't have any such CSS yet
Jan
serged
Phoca Enthusiast
Posts: 65 Joined: 25 Apr 2022, 20:50
Post
by serged » 12 Oct 2022, 09:38
Jan wrote: ↑ 03 Oct 2022, 23:23
Hi, thank you for the info, for now the only way is to change CSS for this (for small displays)
Jan
I'm talking about the css you mentioned
Jan
Phoca Hero
Posts: 48726 Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:
Post
by Jan » 13 Oct 2022, 23:52
Hi, I didn't speak about some concrete CSS code, I spoke about that the best way to do is per CSS modifications.
Jan
serged
Phoca Enthusiast
Posts: 65 Joined: 25 Apr 2022, 20:50
Post
by serged » 14 Oct 2022, 15:04
Ok, So I leave.
I do not speak CSS
christine
Phoca Hero
Posts: 2887 Joined: 28 Nov 2010, 17:20
Post
by christine » 14 Oct 2022, 19:14
Hi,
just only an idea. You could try to make fonts smaller. It depends which max-width you want.
Code: Select all
@media only screen and (max-width:500px) {
#phocagallery-ucp.pg-ucp-view {
font-size: 9px;
}}
Kind regards
Christine