AMP images subtitles

Posted in: Newspaper
Post count: 109

Hello!

Can you help me fix the images subtitles on AMP pages? They’re being displayed with only one word per line.
Please, check this screenshot: https://nimb.ws/926AjS

Thanks!

Post count: 623

Hey,
Here is a quick fix for this:
Add following code to Theme Panel >> Mobile Theme >> Custom Code

.wp-block-image .aligncenter>figcaption {
display: block;
}

I hope you will find this helpful.

Post count: 35449

Hi turma99, indeed there it is a css problem on the images subtitles on AMP and this is on our list and will be fixed.
For the moment the solution provided by Amit it is the quick fix that will be integrate in the theme.
Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.