Move pagination to bottom

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Dec 13, 2012 12:55 am
Is there a way to move the pagination to the bottom? In the layout I'm using it's hidden behind the image.

Home - pagination.png
User avatar
Fresh Boarder

Konrad M
Thu Dec 13, 2012 9:14 am
Hi,
please send me url to your site. It will be much easier to help you.
User avatar

GK User
Thu Dec 13, 2012 9:23 am
User avatar
Fresh Boarder

Konrad M
Thu Dec 13, 2012 9:43 am
Please try add to override.css
Code: Select all
.dark .nspTopInterface div, .light .nspTopInterface div {
right: 27px;
top: 344px;
}

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

GK User
Thu Dec 13, 2012 10:19 am
worked like a charm. thanks!
User avatar
Fresh Boarder

GK User
Tue Mar 12, 2013 12:38 am
I'm having a very similar problem. Tried your override text but didn't work.

Are you able to help? I would like the pagination to show at the bottom.

The web page is - http://transitionspg.com.au/news
User avatar
Fresh Boarder

Konrad M
Wed Mar 13, 2013 11:26 am
@Decoscape please go to your module setting. Firs of all please add ' nsp' suffix there. Then please add one more suffix for example ' mysuffix'. Then please add to override.css
Code: Select all
.mysuffix .nspTopInterface div {
    top: 99.6% !important;
}

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

GK User
Thu Mar 14, 2013 4:48 am
Great, thank you! That worked perfectly. :-)
User avatar
Fresh Boarder

GK User
Fri Apr 05, 2013 6:26 am
Since fixing the pagination on the news feed (as above), a colleague of mine has noticed another issue with the display of the news feed on the pages after no. 1. It seems to be an issue only on Internet Explorer as i work on Safari and Firefox and both display the pages correctly.

I have attached an image below as it will explain the problem most clearly.

Is this something you have come across before/could help me with?
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 8:27 am
Please check if you have latest version of module and template.
User avatar


cron