• Resolved SuperFacts95

    (@superfacts95)


    Hi sir i am using amp plugin for best experience in my site. All option working good but one plugin which is responsive scrolling table isn’t working properly. Without this plugin, website working fine but after activate this plugin, table is break site and scrolling option isn’t working. What should i do???

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @superfacts95

    Thank you for contacting us, can you please share the link of the page where we can check this issue?

    Thread Starter SuperFacts95

    (@superfacts95)

    Yes, sure sir. The link is https://goindiajob.in/bsf-recruitment/amp/

    Thread Starter SuperFacts95

    (@superfacts95)

    You can check this link without amp url, after that post working fine

    Plugin Support Milind More

    (@milindmore22)

    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!

    Thread Starter SuperFacts95

    (@superfacts95)

    Thank you so much sir. I appreciate and love your work. Thanks for helping me.

    Thread Starter SuperFacts95

    (@superfacts95)

    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/

    Plugin Support Milind More

    (@milindmore22)

    @superfacts95 I will recommend creating new support topics for different issues.

    Thread Starter SuperFacts95

    (@superfacts95)

    Ok thanx

    Plugin Support Milind More

    (@milindmore22)

    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.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Table scrolling not work’ is closed to new replies.