Article pagination arrows misplaced

January 2013 WordPress Theme
GK User
Fri Jul 04, 2014 4:47 am
Hello,

I'd like to know how to configure the article pagination arrows correctly so it shows up below the summary, not above it.

See the GK NSP in the Mainbody Top area.

http://averdade.org.br/

Thanks,
User avatar
Fresh Boarder

GK User
Fri Jul 04, 2014 7:08 am
Hello,

Add this code into News/css/override.css file (first enable this override option from Template Options -> Advanced tab).

Code: Select all
.gk-nsp-arts-nav {
   position: relative;
   right: 0;
   top: 0;
}
User avatar
Moderator

GK User
Fri Jul 04, 2014 1:12 pm
It worked pretty fine! Thank you! :D
User avatar
Fresh Boarder


cron