Hello @superfacts95
Thank you for contacting us, can you please share the link of the page where we can check this issue?
You can check this link without amp url, after that post working fine
Thank you for sharing URL with us, it the seems you or the plugin has added some inline CSS which is messing the style on AMP
<td style="width: 210px;" colspan="2" valign="top">
<p align="center">ASI – Draftsman,HC – Technical,CT – Carpenter,CT – Mason,ASI (DRAFTSMAN),AC – Works,CT – Generator Mechanic</p>
</td>
you will notice the style="width: 210px;" and similar more in other places.
However, you can partially fix the issue by adding the following CSS.
To add the CSS please log in as admin then go to Appearance->Customize->Additional CSS copy and paste the following CSS
html[amp] table {
overflow-x: scroll;
max-width: 100%;
display: inline-block;
overflow-y: hidden;
}
Hope this helps!
Thank you so much sir. I appreciate and love your work. Thanks for helping me.
sir, I have one more problem in my 2nd second site. I use AMP and use above CSS table code in my other website. all features working fine but 1 problem is available in site. if i use AMP version in my site then Exit Mobile Version is available in Top Header so people can’t find site title name or menu bar. this is a big problem. Mobile Exit version link is available in bottom if i use homepage. Please help me once. thank your. for reference second site link please check
https://www.pmhelpline.com/pgcil-recruitment/amp/
@superfacts95 I will recommend creating new support topics for different issues.
Glad our suggestion is helpful, I’ll mark this as resolved Open a new support topic if you face further issues, also feel free to leave a plugin review, we would love to hear your feedback.