How to set the pagination into Joomla website

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Apr 04, 2013 7:46 am
Reply with quote
Report this post
Hello

if i put the pagination in this site: http://www.fernandocatalano.com/index.php/latuaopinione i become its like this:

Image

why? How can i put correct this?

Thanks
User avatar
Expert Boarder

Konrad M
Thu Apr 04, 2013 11:12 am
Reply with quote
Report this post
Hi,
can you put your nav again and let me know ?
User avatar

GK User
Thu Apr 04, 2013 2:05 pm
Reply with quote
Report this post
Ok here is: http://fernandocatalano.com/index.php/latuaopinione

Konrad M wrote:Hi,
can you put your nav again and let me know ?
User avatar
Expert Boarder

Konrad M
Thu Apr 04, 2013 2:09 pm
Reply with quote
Report this post
You are using easy_pagination plugin not joomla default. And stlye from this plugin override default joomla plugin styles. Please try add to override.css
Code: Select all
div.easy_pagination li {
display:inline-block !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Apr 04, 2013 3:21 pm
Reply with quote
Report this post
Hello, i have make this but nothing.

Konrad M wrote:You are using easy_pagination plugin not joomla default. And stlye from this plugin override default joomla plugin styles. Please try add to override.css
Code: Select all
div.easy_pagination li {
display:inline-block !important;
}

and remember to enable override.css option in template settings.
User avatar
Expert Boarder

Konrad M
Thu Apr 04, 2013 3:26 pm
Reply with quote
Report this post
Change my code to this one. This onr I gave you before work too but new one will remove spacing between nav elemets. Did you clear cache browser after change ? Becasue on my FF it is working ok.
New code:
Code: Select all
div.easy_pagination li {
display:inline-block !important;
padding:0px !important;
}
User avatar

GK User
Thu Apr 04, 2013 3:28 pm
Reply with quote
Report this post
Now its perfect, thanks

Konrad M wrote:Change my code to this one. This onr I gave you before work too but new one will remove spacing between nav elemets. Did you clear cache browser after change ? Becasue on my FF it is working ok.
New code:
Code: Select all
div.easy_pagination li {
display:inline-block !important;
padding:0px !important;
}
User avatar
Expert Boarder


cron