pagination not aligned

Phoca Guestbook - creating guestbooks in Joomla! CMS
Tiny.jegerings
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 15 Oct 2016, 20:23

pagination not aligned

Post by Tiny.jegerings »

Hello,

i'm busy with updating a joomla website from 2.5 to 3.6.2
and now is the pagination not aligned any more for the guestbook.
the website is on test site http://www.smaekvol.nl/test/
the guestbook with joomla 2.5 is http://www.smaeckvol.nl
on the old site everything is oke

How can i solve the problem?

reguard,
Tiny
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: pagination not aligned

Post by christine »

Hi Tiny,

this belongs to template parameters.

a) you should make a template copy of beez, as with each core-update, standard templates could be changed and your amendments are removed. Including: "template > stile ...."

b) for J3 there is beez3?

c) probeer maar ..... at the end of your layout.css:

either:

Code: Select all

.pagination ul {
 display: inline-flex;  
}
or:

Code: Select all

#main .pagination ul li {
 display: inline-block;   
}
additional:

Code: Select all

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
padding: 5px 10px 5px 10px !important;
}  
groetjes, Christine
Post Reply