Site logo

Archived topic

How to make the sidebar widget text beside to thumbnail?

5 replies · Started by Al Kwarismi Arya on November 26, 2021

Viewing posts 1–6 of 6

Hello Team,

I want to ask a bit problem in my sidebar widget text is not on the right side when opening it on mobile.

When I see on the mobile device, the text location is under the thumbnail.

Hi Leo,

The link has attached in the private section.

Hi there,

try adding this CSS:

@media(max-width: 768px) {
    .wp-block-latest-posts__featured-image.alignleft {
        float: left;
        margin-right: 1.5em;
    }
}

Hi David,

Magnificient!

Much appreciate your support.

You're welcome

This archived topic is closed to new replies.