Caption images in amp posts

Posted in: Newspaper
Post count: 22

Hello, we have an issue displaying the caption of the images in amp posts in our web (https://mifamiliaviajera.com). The caption looks right in not amp pages but in amp posts the caption extends in multiple lines as you can see
Caption aligned to left in multiple lines
Caption aligned to left occupes multiple lines

We have searched the forum and we found a similar problem where you give this solution

You can use this custom code to fix it => https://www.screencast.com/t/VjabZTHLukO

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

Set the code in Theme Panel -> Mobile Theme -> Custom Code =>

Can we use this code to solve our problem? or is it a different one.. in this case, what can we do?
Regards

Ana

  • This topic was modified 4 years by AnaPicado. Reason: Not looks right
  • This topic was modified 4 years by AnaPicado.
Post count: 21065

Hello!

Please paste that code and see the results!

Thank you!

Post count: 22

The code don´t work for us… So we need another solution.. This issue only affect to the new posts generated with newspaper theme.
Regards
Ana

Post count: 27744

Hello Ana,

You need to change the class .alignright with .aligncenter
So, you need to use this code .wp-block-image .aligncenter>figcaption {
display: block;
}
=>
https://i.imgur.com/l8XxQDV.png

Thank you!

Post count: 22

It works fine!!! Thank you so much
Regards Ana

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