How do I make the post navigation more visibly prominent?

Posted in: Newsmag
Post count: 184

Currently it looks like this and it’s at the most bottom part of the page (after the bottom ad) making it easy to miss by the readers. Is there a way to make it look bigger and there’s a big Next Page or Previous page links for it?

Post count: 6535

Hi

To increase the pagination size try this css in theme panel > custom code > custom css: http://screencast.com/t/nd5mUBX5F

.page-nav a, .page-nav span, .page-nav:first-child > div{
font-size: 25px;
min-width: 50px;
line-height: 40px;
}

Also you can check this link, I’ve posted here a solution about how can be added Next/Prev links to pagination: https://forum.tagdiv.com/topic/pagination-5/

Hope this help.
Thanks!

Post count: 184

Hi Andrei

THanks for that. It worked perfectly. Now I only need to know how to put the pagination before the bottom ad, rather than after it. Is there a way?

Post count: 184

Can you please super please also implement the smart lists of Newspaper theme on the newsmag? Esp Smartlist 8, 9, and 10.

Post count: 6535

Hi

Please check this topic, I have posted a solution here: https://forum.tagdiv.com/topic/shareaholic-and-nextpage/
We plan to add new types of smart-lists, which will have a similar layout and functionalities as the ones from Newspaper and for Newsmag theme in the future. They are in development now we hope to have them ready as soon as possible.

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.