Thank you 🙏
Yes you are right I updated the theme and plugins and cleared the cache, after this it started working.
I have seen one more issue image and text wrapping in mobile view. Most of the my post are having images right side. In desktop they are perfect and in mobile view they are not perfect. Yesterday AMP for WP plugin also fixed same issue with new update.
But non AMP pages are still having issue. Google page experience us showing huge error due to this.
I am using below code in custum css but seems not working. However in old theme it was working.
@media only screen and (max-width: 600px) {
figure.alignleft, img.alignleft, figure.alignright, img.alignright {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
}
}
I have added amp and non amp screen shot for your review. And you can visit my site to check this.
Could you please help me to resolve this issue?
Thanks
I didn't find any page on your site with problem