Center the NSP pagination

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
Fri Dec 09, 2016 6:29 pm
Reply with quote
Report this post
Hi,
I have MusicState installed in my site: http://rainnightclubvn.net/
In the second section in frontpage is NSP GK5 which is used to display Coming Events.
I'd like to have to Pagination located in the center of the page.
Please help!
Attached here an illustration image:
Image
User avatar
Expert Boarder

teitbite
Tue Dec 13, 2016 11:59 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#nsp-nsp-225 .nspTopInterface {
    left: 50%;
    position: absolute;
    right: auto;
    top: -45px;
    transform: translate(-50%, -50%);
}
User avatar
Moderator

GK User
Tue Dec 13, 2016 1:19 pm
Reply with quote
Report this post
Always you, Teibite!
My thanks to you!
User avatar
Expert Boarder

teitbite
Thu Dec 15, 2016 5:46 pm
Reply with quote
Report this post
Hi

Happy I could help :) Closing this thread now.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.