[Resolved] Next previous buttons, responsive please

Home Forums Support [Resolved] Next previous buttons, responsive please

Home Forums Support Next previous buttons, responsive please

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1036903
    Ernst Wilhelm

    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 ๐Ÿ™‚

    #1037075
    David
    Staff
    Customer Support

    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

    #1037112
    Ernst Wilhelm

    Thank you David ๐Ÿ™‚

    #1037118
    David
    Staff
    Customer Support

    You’re welcome

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