Page 1 of 1

pagination not aligned

Posted: 15 Oct 2016, 20:28
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

Re: pagination not aligned

Posted: 16 Oct 2016, 13:10
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