Hey Andi,
I did what I could from our plugin’s point of view. Save all your settings before you make any changes. Try the following code (replace/add the code to that “Custom CSS” box):
.related_post_title {
}
ul.related_post {
display: inline-block !important;
margin: 0 !important;
padding: 18px 10px !important;
position: absolute !important;
z-index: -2 !important;
}
ul.related_post li {
}
ul.related_post li a {
}
ul.related_post li img {
}
@media screen and (max-width: 480px){
ul.related_post li a:nth-child(2) {
font-size: 10px !important;
}
ul.related_post.wp_rp {
z-index:-5 !important;
}
ul.related_post {
z-index:-5 !important;
}
ul.related_post li {
display: inline-block !important;
width: 75px !important;
clear: both !important;
margin-bottom: -10px !important;
}
ul.related_post li a {
position: relative !important;
display: block !important;
font-size: 10px !important;
line-height: 1.1em !important;
text-decoration: none !important;
margin-bottom: 5px !important;
text-indent: 0 !important;
}
ul.related_post li img {
width: 75px !important;
height: 75px !important;
}
}
Here is a screenshot for easier navigation.
Let me know how it goes,
Petra
PS: That z-index is a bit tricky as I can’t test this fully on my side, so if it is causing any difficulties just change it to zero. If you wish you can make me a guest account so that I can take a closer look and make finer adjustments.