Archived topic
Issue with AMP pages - images bottom margin
3 replies · Started by Gianluca on December 12, 2020
Dear GP support team,
When AMP is activated on my site, there isn't a bottom margin around images and no space is created between pictures and paragraphs, while there's no issue on the normal version of the website.
See image for example https://imgur.com/a/kJY4n50 or page provided.
Do you know why and eventually how to fix it?
Thank you in advance
Hi there,
I believe it's due to the novashare-pinterest-image div that's surrounding the image. You could try doing this:
body .novashare-pinterest-image {
margin-bottom: 1.5em;
}
Hi Tom,
You are right, is something related with the Novashare plugin, in fact there are no problems if I disable the Pinterest hover pin option.
I've tried to add the code provided but nothing changed.
I've contacted also Novashare support to see if they can find a solution.
Thank you!
No problem! :)