PenciDesign replied
Staff Reply
Hi,
You can enable it on mobile by add more this code to Customize > Custom CSS:
@media only screen and (max-width: 479px){
.penci-post-nav-thumb {
display: inline-block !important;
}
}
Best Regards,
PenciDesign