Hi there,
is it possible to display the navigation arrows to the previous or next portfolio item in the portrait mode (mobile) as well?
Thanks in advance.
Regards
Knutnik
Hey Knutnik,
Thank you for the inquiry.
You can use this css code to display the post navigation back on smaller screens.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.responsive #top .avia-post-nav {
display: block;
}
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
Ismael
Hi Ismael,
that worked perfekt – thanks!
Best regards
Knutnik
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon