AMP and image caption problem

Posted in: Newspaper
Post count: 50

Hi,

As you can see at this capture (link) in AMP mode the captions in images show in a narrow column. This provoques disgusting blanck spaces under photos…

How can I solve this problem?

Examples at: https://www.leyendasdetoledo.com/siete-rutas-o-visitas-guiadas-que-no-te-debes-perder-en-toledo/?amp

Thanks.

Post count: 50

Any help, please?

Post count: 35449

Hi,

Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.

Or if you want you can add a custom css in Theme Panel > Mobile theme >Custom code> Css
.wp-block-image .aligncenter>figcaption
{
display: block;
}

-> https://www.screencast.com/t/Myk3BZG0Mn

Thank you!

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