Archived topic
Next previous buttons, responsive please
3 replies · Started by Ernst Wilhelm on October 17, 2019
Hi there. You provide me an absolute satisfying solution for my question regarding buttons for previous next post.
Great. What I realized at the very end, that's only a solution for desktop. Not for mobile. I am surprised by that.
Whatever. Can you please provide me something which allows me to exclude this previous next post from mobile or tablet?
Thank you very much :)
Hi there,
All of the CSS we provided for styling the next previous can be wrapped inside a Media query.
e.g
@media (min-width: 769px) {
/* Place all the CSS here */
}
This will only apply to the larger screens
Thank you David :)
You're welcome