WPP content title broke in mobile

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer