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

    (@milindmore22)

    Hello @superfacts95

    Thank you for contacting us, please remove style="", width="", height="" attributes from the problem <table> tags. it should fix the issues.

    Thread Starter SuperFacts95

    (@superfacts95)

    Sir, you give me these code for scrolling table. If i removed these code then my table isn’t scrolling or over the wider screen???

    Plugin Support Milind More

    (@milindmore22)

    @superfacts95 I meant the inline Style and attributes code, not the code that I gave you.

    eg: Edit this page https://www.pmhelpline.com/majhi-bhagyashree-kanya-yojana/

    You have <table> tag as follows

    <table style="height: 143px;">

    The height is restricting table from displaying fully on mobile devices so please remove the style="height:143px"

    similarly, some <table> tags have height and width attribute

    eg: <table width="400" height="120">

    remove atrribute width="400" and height="120"

    In case you are still confused, I will recommend consulting with a front-end expert.

    Thread Starter SuperFacts95

    (@superfacts95)

    Sir i confused. Kindly consult briefly if possible

    Plugin Support Milind More

    (@milindmore22)

    Hello @superfacts95

    the table on a web page can be displayed with the HTML tag <table>, you can check it if you try to edit the page, you will need to remove the additional attributes and inline style. in order to make them auto adjustments.

    Edit: as I mentioned before, please get help from a Frontend expert.

    • This reply was modified 2 years, 2 months ago by Milind More.
    Plugin Support Milind More

    (@milindmore22)

    @superfacts95 As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you require any further assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Table Fully not viewed’ is closed to new replies.