Order/Page Not Responsive

Phoca Download - download manager
DeviDarkL
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 24 Dec 2023, 11:59

Order/Page Not Responsive

Post 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

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

Re: Order/Page Not Responsive

Post 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
DeviDarkL
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 24 Dec 2023, 11:59

Re: Order/Page Not Responsive

Post by DeviDarkL »

Thanks! It works wonders :D I was modifying the php file everytime after an upgrade. This is way better. Thank you!
christine
Phoca Hero
Phoca Hero
Posts: 2744
Joined: 28 Nov 2010, 17:20

Re: Order/Page Not Responsive

Post by christine »

Hi,

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

Kind regards
Christine
Post Reply