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
Order/Page Not Responsive
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Dec 2023, 11:59
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Order/Page Not Responsive
Hi,
Try following code to your user.css or custom.css (depends on template).
Kind regards
Christine
Try following code to your user.css or custom.css (depends on template).
Code: Select all
.com_phocadownload .pagination {
display: inline-block;
}
Christine
-
- Phoca Newbie
- Posts: 6
- Joined: 24 Dec 2023, 11:59
Re: Order/Page Not Responsive
Thanks! It works wonders :D I was modifying the php file everytime after an upgrade. This is way better. Thank you!
-
- Phoca Hero
- Posts: 2818
- Joined: 28 Nov 2010, 17:20
Re: Order/Page Not Responsive
Hi,
That's fine.
Generally: if you change a php file, you need a template override.
Kind regards
Christine
That's fine.
Generally: if you change a php file, you need a template override.
Kind regards
Christine