Home › Forums › Product Support Forums › Related Posts Pro for WordPress Support › Two issues on two sites › Reply To: Two issues on two sites
Hi!
Quite embarrassing that an extra comma had caused that problem. I can’t imagine how I could have done that!
That is rather the plugins fault, it should count for such errors, it could happen to anyone.
I have made a change to the code, so it wouldn’t affect the other layouts. Please remove the other one, and use this instead:
[html]@media only screen and (max-width: 720px) {
#relatedpostspro_0_1 .rpp_item {
width: 33% !important;
}
}
@media only screen and (max-width: 520px) {
#relatedpostspro_0_1 .rpp_item {
width: 50% !important;
}
}
@media only screen and (max-width: 360px) {
#relatedpostspro_0_1 .rpp_item {
width: 100% !important;
}
}[/html]