Site logo

Archived topic

mobile screen to weird.

3 replies · Started by WOOSUNG on March 25, 2023

Viewing posts 1–4 of 4

https://www.rjjabase.com/

Hello.

Other category thumbnails and titles look weird except for Home on the mobile screen.

I want the thumbnail and title to come out like a HOME mobile screen.

How should I fix it?

Thanks.

Hi there,

try adding this CSS:

@media (max-width: 768px) {
    .archive .resize-featured-image .post-image img {
        width: auto !important;
        height: auto !important;;
    }
}

perpect!

Thank you so much!

Have a good one!

You're welcome

This archived topic is closed to new replies.