Archived topic
Display issue on post title in the blog page
5 replies · Started by Ricardo on June 9, 2020
Hi,
I'm having a display issue on the post page.
I'm wondering if you could help me.
Could you please check this 40s video?
This display problem does not show on firefox.
THanks in advance,
Ricardo
Hi there,
in Customizer > Layout > Blog --> Featured Images -> Archives - can you change the alignment to Center.
Hi,
Thanks for your reply.
This fixes the title problem, as you can see, but I would like to have the picture left aligned.
Regards,
Ricardo
Try adding this CSS:
.post-image-above-header .inside-article div.post-image {
text-align: left;
}
Thank you.
Fixed!
You're welcome