Archived topic
Wp show posts
9 replies · Started by guevara on November 1, 2021
Wp show posts section (Website Optimisation Services) of my site appears all over the place when viewed in tablet mode.
Hi there,
what changes do you want to make ? Do you want it displayed in 2 columns on tablet?
yes please
Try adding this CSS:
@media (min-width: 1025px) {
.wpsp-col-3 {
width: 25%;
}
}
@media (max-width: 1024px) and (min-width: 600px) {
.wpsp-col-3 {
width: 50%;
}
}
Perfect - Thanks a lot
You're welcome!
Hello just noticed that it’s quite not right when it’s displayed on Edge and chrome browsers. It’s fine on Safari and Firefox.
It looks the same across all my browsers.
Could share a screenshot of the issue ?
Many thanks
You're welcome