Making pagination area larger on mobile

Posted in: Newspaper
Post count: 14

Is there a way to make the pagination area on mobile view larger? I would like to make it more noticeable and easier to navigate, spanning the width of the screen if possible.

The top is how it currently looks and I would like for it to look like example #2.

pagination

Thanks for your help!

Post count: 14

http://postimg.org/image/iqcwy52ox/

  • This reply was modified 11 years by googlybear. Reason: fixing link
  • This reply was modified 11 years by googlybear.
Post count: 7909

Hi,

You can try to change the font size via custom css in Theme Panel > Custom Css: http://screencast.com/t/5Dy9wjj4m

@media (max-width: 767px) {
.page-nav a, .page-nav span {
font-size: 20px;
}
}

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.