Archived topic
Featured Image Archives not aligned with container
5 replies · Started by Jorge on November 19, 2018
Hi,
The featured images (archives) on my site are not aligned with the container. One side is ok but the other one is outside the container. How can I fix this, please?
Also, there is a frame around the images that I´d like to get rid of
Thanks a lot!
Hi there,
the two issues are related to this CSS that you need to remove the Customizer > Additional CSS:
.post-image img {
padding: 5px;
border: 1px solid rgba(0,0,0,0.2);
}
Hi David,
All good now, thanks! To avoid opening another ticket, can you please tell me how can I show the updated date on archives pages?
I can show updated dates in a post but I can not make it work for archives pages.
Thanks!
Regards
The CSS provided here applies to both posts and archives:
https://docs.generatepress.com/article/show-the-updated-post-date/
Thanks, it works
You're welcome