Hello
if i put the pagination in this site: http://www.fernandocatalano.com/index.php/latuaopinione i become its like this:
why? How can i put correct this?
Thanks
Konrad M wrote:Hi,
can you put your nav again and let me know ?
div.easy_pagination li {
display:inline-block !important;
}
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.
div.easy_pagination li {
display:inline-block !important;
padding:0px !important;
}
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;
}