Skip Navigation

[Resolved] Pagination on mobile.

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by matthiasV-2 3 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#1991913
IMG_7101.PNG

The pagination does not appear completely on mobile.

Sample pages:

hidden link
hidden link

The snapshot is attached.

The test has been processed with an iPhone 6s.

#1992151

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

To adjust the pagination's on smaller screens, you can include the following CSS code at WP Admin -> Appearance -> Customize -> Additional CSS:


@media screen and (max-width: 600px) {
.wpv-pagination-nav-links ul.pagination,
.wpv-pagination-nav-links ul.pagination > li {
display: inline-block;
}
}

regards,
Waqar

#1992177

My issue is resolved now. Thank you Waqar!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.