Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #834134

    There are two buttons that pop up on the side of my blog posts on desktop to navigate forward and backward but they’re not enabled on mobile view. How do I allow for mobile users to easily go through my blog posts in order?

    #834650

    Hey Andrew,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
        display: block !important;
    }
    }

    Best regards,
    Rikard

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