Site logo

Archived topic

How to show featured image full width in mobile version (Archive page)

5 replies · Started by Rohan Verma on August 31, 2022

Viewing posts 1–6 of 6

Sure our homepage which is using wp showpost.
Our normal archive pages are good on mobile. They are showing full widgth image but on homepage the image is left alligned.

I see. You can try adding this in Additional CSS:

@media (max-width: 768px) {
    .home .wp-show-posts-image img {
        width: 100%;
    }
}

Wow, thanks that worked.

You’re welcome Rohan!

This archived topic is closed to new replies.