Archived topic
How to make the sidebar widget text beside to thumbnail?
5 replies · Started by Al Kwarismi Arya on November 26, 2021
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 there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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