This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Two issues on two sites

#18634
Ernest MarcinkoErnest Marcinko
Keymaster

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]