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.
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
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;
}
}
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