Page 1 of 1

Pagination issue

Posted: 26 Mar 2021, 19:57
by TraaBBIT
https://kopia.narowerze.us/pl/galeria/c ... 17-dzien-1

I need help with pagination issue - it should be horizontal not vertical

Re: Pagination issue

Posted: 27 Mar 2021, 15:30
by Jan
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

Re: Pagination issue

Posted: 27 Mar 2021, 16:59
by christine
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:

Code: Select all

.pagination .pagination span {
display: inline-flex;
}
It's just a temporarily Mini-solution.

Kind regards
Christine

Re: Pagination issue

Posted: 29 Mar 2021, 17:40
by TraaBBIT
Thanks :)

Re: Pagination issue

Posted: 29 Mar 2021, 19:03
by christine
Hi,

Fine, that it works (as it is Template related).

Kind regards
Christine