Page 1 of 1

Order/Page Not Responsive

Posted: 03 May 2024, 19:11
by DeviDarkL
Hey,

I noticed that while viewing Phoca Donwload on mobile the order/page layout is not responsive. Although it is easy to create a fix is it possible to add this feature? It's easier than fix it everytime there is a new Phoca Download version :P

Screenshot of the problem:
https://imgur.com/a/q1RWYAv

Re: Order/Page Not Responsive

Posted: 03 May 2024, 21:58
by christine
Hi,

Try following code to your user.css or custom.css (depends on template).

Code: Select all

.com_phocadownload .pagination {
display: inline-block; 
}
Kind regards
Christine

Re: Order/Page Not Responsive

Posted: 04 May 2024, 00:17
by DeviDarkL
Thanks! It works wonders :D I was modifying the php file everytime after an upgrade. This is way better. Thank you!

Re: Order/Page Not Responsive

Posted: 04 May 2024, 10:45
by christine
Hi,

That's fine.
Generally: if you change a php file, you need a template override.

Kind regards
Christine