Page 1 of 1

Manage sub categories

Posted: 30 Sep 2022, 14:31
by serged
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 : Image
and in Lanscape Image

Re: Manage sub categories

Posted: 03 Oct 2022, 23:23
by Jan
Hi, thank you for the info, for now the only way is to change CSS for this (for small displays) :idea:

Jan

Re: Manage sub categories

Posted: 05 Oct 2022, 14:02
by serged
Is it possible to have the CSS ?

And It is now in the roadmap of photo gallery

Thank you

Re: Manage sub categories

Posted: 08 Oct 2022, 01:17
by Jan
Hi, which CSS do you mean? I didn't do such change yet, so I don't have any such CSS yet :idea:

Jan

Re: Manage sub categories

Posted: 12 Oct 2022, 09:38
by serged
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) :idea:

Jan
I'm talking about the css you mentioned

Re: Manage sub categories

Posted: 13 Oct 2022, 23:52
by Jan
Hi, I didn't speak about some concrete CSS code, I spoke about that the best way to do is per CSS modifications.

Jan

Re: Manage sub categories

Posted: 14 Oct 2022, 15:04
by serged
Ok, So I leave.
I do not speak CSS

Re: Manage sub categories

Posted: 14 Oct 2022, 19:14
by christine
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

Re: Manage sub categories

Posted: 17 Oct 2022, 05:42
by trekking52hz
Thanks