Hey, thanks for reaching out!
Although we would love to help you sort those mobile related posts out with some CSS magic, allow us to provide you the “non-mobile” solution as well. You can find the CSS code below, which you enter in your ‘Customize CSS’ window in your plugin settings page:
@media screen and (max-width: 480px){
.wp_rp_content {
display: none !important;
}
.related_post_title {
display: none !important;
}
ul.related_post {display: none !important;
}
ul.related_post li {display: none !important;
}
ul.related_post li a {display: none !important;
}
ul.related_post li img {display: none !important;
}
}
Let me know how it goes or if you have any questions what-so-ever, since I’ll gladly help you out! Take care & have a nice day!
Best,
Silvo
in plugin setting page there is no customise css page,where to post this code can’t understand,please help me………
Hey, no problem, here’s a screenshot of that window just below the ‘Customize CSS’ title, in your plugin settings, so hopefully you’ll find it this time around: http://cl.ly/image/3Z3J0B3Z2Z2X
But please do let me know if this isn’t the case, since I’m very eager to get this sorted for you in whichever way possible! Take care & I’m looking forward to your reply!
Best,
Silvo