– category page: is it possible to have the posts layout be set with masonry layout?
– single page: the next and previous button (that has the cool hover effect on desktop) is not showing in mobile. What’s the solution to make people navigate on that page?
thanks,
Priscilla
Hey the88project,
Please, refer to the solution posted here
If you need further assistance please let us know.
Best regards,
Victoria
Thank you for the answer about the masonry.
Could you please also answer the other question?
– single page: the next and previous button (that has the cool hover effect on desktop) is not showing in mobile. What’s the solution to make people navigate on that page?
Hi Priscilla,
I am not seeing them on the desktop either. Please give us the page where we can see the issue.
Best regards,
Victoria
Hi Victoria, single blog page link in the private content.
Thank you!
Hi,
Sorry for the late reply, the post nav buttons are disabled for mobile devices, to enable, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .avia-post-nav {
display: block !important;
}
}
Best regards,
Mike