Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The reason for this is some CSS code in your theme that interferes with the last column here. Fortunately, this is quite easy to fix. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of your theme:

    .tablepress [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    If that does not help, please post the link to the page with the table, and I’ll gladly find out the code that fixes this specifically for your site.

    Regards,
    Tobias

    Thread Starter Prisqua

    (@prisqua)

    Hi, thanks for the quick reply but it did not work. I cant give you the link because the site is not live so I would have to create an admin account for you to be able to see it.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, that’s unfortunate. Then I’ll really have to take a look at your page.

    Therefore, to not post things publicly, please send me an email with the necessary information (my address is in the main plugin file “tablepress.php”). I’ll then take a look and find the necessary code.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table Colors issues in some rows.’ is closed to new replies.