Site logo

[Support request] mobile screen to weird.

Home Forums Support [Support request] mobile screen to weird.

Home Forums Support mobile screen to weird.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2582089
    WOOSUNG

    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.

    #2582487
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

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

    perpect!

    Thank you so much!

    Have a good one!

    #2583785
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.