[ad_1]
Hi @nioriaa,
Try adding this to your site’s stylesheet:
.wpp-thumbnail {
float: none !important;
}
Thread Starter
Robin
(@nioriaa)
Thanks its working, but the Home page popular posts design is broken. The contents are shown horizontally. https://prnt.sc/xIEldMesPpGK
But I want to show them in double row. Can I design display them as like: https://prnt.sc/dT4OaKh4pT3G ???
Ah, forgot that that style should be for mobile only so:
@media (max-width: 480px) {
.wpp-thumbnail {
float: none !important;
}
}But I want to show them in double row. Can I design display them as like: https://prnt.sc/dT4OaKh4pT3G ???
Probably not exactly what you’re looking for but this might help get you on the right track: How to display a grid of popular posts with WordPress.
Since the original issue has been resolved I’ll mark this topic as resolved as well.
