Hi,
Navigation single post I can enable in Theme Options, but I’ve searching to switch single post mavigation in mobile, but I can’t find it. I checked the forum and couldn’t find it there either?
I guess one should be able to have this option?
Best regards,
Leo
Hey Leo,
Could you post a link to an example page so that we can have a closer look please?
Best regards,
Rikard
Hi Rikard,
It happens on all posts of the blog. So all URL’s starting with:
https://denk-wijzer.nu/blog/
eg: https://denk-wijzer.nu/vragen-stellen-verrast-geweldig/
Best regards,
Leo
Hi Leo,
Thanks for that, the navigation is disabled on mobile devices by default. If you want to display it then you can try this in Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block;
}
}
Best regards,
Rikard
thanks a lot!
Hi LeoHollander,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
