• Resolved dannche

    (@dannche)


    I don’t know what is wrong with the table that it’s not displaying as intended.
    It is showing the table header together with the data on the same line. Please refer to the link to see the actual layout.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Same problem is going on with my clients website.I can see the table layout in the edit but when I preview and use it on the website, it shows none of the colors or layout edit..
    Is there a way to fix this quickly??

    Same here, would like a fix soon if possible. It’s in the Pro version of the table.

    Plugin Support Syed Numan

    (@annuman)

    Hello @dannche,

    The Tables For Elementor plugin conflicts with the ninja table style. You can use the following CSS in the table custom CSS section.

    #footable_1339 {
        position: unset !important;
        width: 100% !important;
        display: table !important;
        padding: 0 !important;
    }

    For @melkboerin and @siebren10, I think you are using the Tables for Elementor plugin, which is why such an issue has been raised.

    Thank You

    Thread Starter dannche

    (@dannche)

    Thank you @annuman. I deactivate the Elementor table plugin and it works like a charm.

    Regards,
    Danny.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Table Layout Error’ is closed to new replies.