AMP images

Posted in: Newspaper
Post count: 155

Hi there!

I am seeing in my AMP version that the images are not aligned…

In the mobile version, all is ok: https://paste.pics/C6CLD
But in the AMP version, it’s a little deviated from the center alignment: https://paste.pics/C6CIL

Is there a fix for it?

Thanks!

Post count: 21065

Hello!

You can not modify the AMP version only with custom code added in Newspaper -> Theme panel -> Mobile theme -> Custom code. But, I recommend you to check if this problem is not from a plugin conflict or something that can interfere on your website because we tested the AMP version and we didn’t find this kind of issue.

Thank you!

Post count: 155

Thank you for the response, but it seems that your answer as wrong: in fact, I achieved to modify the the behaviour of the image with a custom code…

.wp-block-image .alignleft{
float: none !important;
margin: 0 0 0 0 !important;
}

I researched, and it was not a plugin incompatibility, at least in my configuration.

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