Site logo

Archived topic

Featured Image Size On Mobile For Archives

5 replies · Started by johnzoro on August 21, 2021

Viewing posts 1–6 of 6

Is there a way to change the featured image on archives but for mobile only?

i have seen some sites where the image has no border on the left or right so it's just the full width of the screen, could I do that?

Hi there,

can you share a link to your site so i can see the layout and padding. I can then provide the CSS for that.

yes sure

Try this CSS:

@media(max-width: 768px) {
    body:not(.post-image-aligned-center) .inside-article .post-image {
        margin: -30px -30px 15px !important;
    }
    body:not(.post-image-aligned-center) .inside-article .post-image img {
        width: 100%;
    }
}

That's great!

Thanks!

You're welcome

This archived topic is closed to new replies.