Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1131455

    Hi support,

    My client brought this to my attention.
    When in mobile size, there is no blog navigation (prev, next) on the single posts.
    Have I somehow disabled it? The arrows do appear at a certain screen size.

    #1131468

    Hey bodnikwebservices,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #1131656

    Jordan,

    Thanks. Just missing the extra set of brackets. But it worked.

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

    #1131657

    Hi,

    Perfect. I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Blog Navigation’ is closed to new replies.