Shape 5

Joomla Templates => Lime Light - Club => : folignom July 18, 2013, 01:59:37 AM



: Wrong pagination in blog artile
: folignom July 18, 2013, 01:59:37 AM
I have some problem in blog pagination article (see attach file)

CSS problem or some conflict plugin?


: Re: Wrong pagination in blog artile
: mikek July 18, 2013, 07:51:52 AM
Please post a url.


: Re: Wrong pagination in blog artile
: folignom July 18, 2013, 09:27:53 AM
Here the link: http://www.folignometeo.org/blog.html (http://www.folignometeo.org/blog.html)


: Re: Wrong pagination in blog artile
: mikek July 18, 2013, 11:38:27 AM
Hello,

Try adding the following to custom.css:

.pagination ul {
margin:0px !important;
}
.pagination {
padding-bottom:20px;
}


: Re: Wrong pagination in blog artile
: folignom July 18, 2013, 11:49:21 AM
The text is not centered  ::)


: Re: Wrong pagination in blog artile
: mikek July 18, 2013, 01:44:18 PM
Hello,

It's not supposed to be centered. Joomla 3 doesn't give the ability to override pagination anymore, and it has no built in center calls.


: Re: Wrong pagination in blog artile
: folignom July 18, 2013, 02:04:51 PM
I'm using joomla 2.5 but it's ok anyway  ;)

Thanks very much!


: Re: Wrong pagination in blog artile
: edge91 March 03, 2014, 02:59:37 PM
If anybody is still having this issue and wants to center the text just add to custom.css

:
.pagination ul {
margin:0px !important;
display: inline-block;
}

(This is for Joomla 2.5)


: Re: Wrong pagination in blog artile
: mikenicoll March 03, 2014, 06:49:10 PM
Thanks for posting your solution.

-Mike