Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this is the RD Hover Effects plugin that you are using. It’s loading some CSS code that also affects the first row of the table, as it uses the same CSS selector.

    To fix this, deactivate RD Hover Effects or add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .row-2 {
        display: table-row;
        width: auto;
        margin: inherit;
        text-align: inherit;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘1st Row always corrupt’ is closed to new replies.