• Resolved kenwardc

    (@kenwardc)


    Hi there

    I have been using tablepress for some time on my site without any issues. I noticed recently that the row under the title row is not formatting correctly and that the title row no longer has the colour it used to have. I have tried to fix this by modifying the table countless times but it doesn’t make a difference.

    I am using Canvas, with Pootlepress Page Builder.
    The problem is here: http://south-france-holidays.com/rates

    Any help appreciated.

    Cheers
    Chris

    https://ww.wp.xz.cn/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this problem is the RD Hover Effects plugin that you are using. It’s adding CSS code that interferes with the TablePress CSS classes.
    If you want to keep this plugin, I suggest to add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .row-2 {
        width: auto;
        display: table-row;
    }
    .entry .tablepress thead th {
        background-color: #d9edf7;
    }

    That will again overwrite the interfering CSS.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘First data row not formatting properly (new problem)’ is closed to new replies.