https://kopia.narowerze.us/pl/galeria/c ... 17-dzien-1
I need help with pagination issue - it should be horizontal not vertical
Pagination issue
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Pagination issue
Hi, pagination should be styled by your template, try to see options or styles of your template. Do you get the same problem when you switch to some standard template (for test only)?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Pagination issue
Hi,
I was too late with my answer Jan
Because checked something on above URL. There are some .pagination ... CSS with spans etc.
The template is old: # JF TEXTURIA - JOOMFREAK.COM JOOMLA 1.7.0 TEMPLATE 12-2011 and not responsive.
Check also: https://www.joomfreak.com/free-download ... lates.html
If an update of Template to Joomla 3 will solve it, we can't know.
The only one you could try is: To enter foll. code at the end of your template.css:
It's just a temporarily Mini-solution.
Kind regards
Christine
I was too late with my answer Jan
Because checked something on above URL. There are some .pagination ... CSS with spans etc.
The template is old: # JF TEXTURIA - JOOMFREAK.COM JOOMLA 1.7.0 TEMPLATE 12-2011 and not responsive.
Check also: https://www.joomfreak.com/free-download ... lates.html
If an update of Template to Joomla 3 will solve it, we can't know.
The only one you could try is: To enter foll. code at the end of your template.css:
Code: Select all
.pagination .pagination span {
display: inline-flex;
}
Kind regards
Christine
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Pagination issue
Hi,
Fine, that it works (as it is Template related).
Kind regards
Christine
Fine, that it works (as it is Template related).
Kind regards
Christine