Ugly Captions in AMP

Posted in: Newspaper
Post count: 11

I have a problem with my image captions in the newspaper mobile theme.

The one on the web version looks good. Here’s the link https://www.theunfolder.com/narzo-20-series-launched-in-india-starting-rs-8499/

But the one in AMP version here https://www.theunfolder.com/narzo-20-series-launched-in-india-starting-rs-8499/?amp

really looks odd.

Here’s how the amp and non-amp page looks on mobile.

How can I edit the AMP version of the captions? Thank you.

Post count: 18283

Hello !

Please use this css code: .wp-block-image figcaption {
font-family: Verdana, Geneva, sans-serif;
text-align: left;
margin: 6px 0 26px 0;
font-size: 11px;
font-style: italic;
font-weight: normal;
line-height: 17px;
color: #444;
}

The code must be added in here: https://www.screencast.com/t/OvjVPVlDs7v1

Thank you !

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.