Archived topic
Latest post not center
5 replies · Started by Jose on February 27, 2021
Viewing posts 1–6 of 6
Hi,
How can I keep properly center the Latest posts in mobile?
I tried different CSS, but it doesn’t work.
Hi there,
can you share a link to your site so we can see the issue?
Hi,
Sure, I've added it on private
Hi there,
try adding this CSS:
@media(max-width: 600px) {
.wp-block-latest-posts.is-grid li {
margin-right: 0;
}
.wp-block-latest-posts__featured-image a,
.wp-block-latest-posts__featured-image img {
width: 100%;
max-width: unset;
}
}
It worked.
Thank you!
You're welcome
This archived topic is closed to new replies.