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
pagination not aligned
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: pagination not aligned
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: or:
additional:
groetjes, Christine
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;
}
Code: Select all
#main .pagination ul li {
display: inline-block;
}
Code: Select all
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
padding: 5px 10px 5px 10px !important;
}