• Resolved lenrapp

    (@lenrapp)


    .tablepress-id-2 .row-1 td {
    background-color: #ff0000;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    background-color: #ff0000;
    }

    .tablepress .odd td {
    background-color: #ffffff;
    }

    .tablepress .even td {
    background-color: #f1ebd9;
    }

    .tablepress-id-2 tbody td {
    font-family: Verdana;
    font-size: 12px;
    color: #050505;
    }

    .tablepress-id-2 {
    width: auto;
    margin: 0 auto 1em;
    }
    Today I logged into my website only to see our Members Table is broken. As you will see the headshots of our members are over to the far left and their description now is way over to the right. Can this be because of all the new WP updates? I have done nothing to make any changes in the code which I copied below. I hate the new WP it has messed up many of my websites.

    I have been using your plug-in for years now and can’t live without it. Can you help or give me a code so I can copy and paste it back into the plugin to correct this new issue?

    I have tried viewing this page in three different browsers and get the same results.

    .tablepress-id-2 .column-1 {
    width: 100px;
    }

    .tablepress thead th,
    .tablepress tfoot th {
    color: #ffffff;
    }

    .tablepress-id-2 thead {
    display: none;
    }

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    No, this was not caused by the WP update, but is caused by the structure of the HTML code in row 70 of the table, in particular the image for Philip. That image seems to have been embedded with an extra caption, which resulted in an extra HTML <div> container in that cell. If you adjust the HTML structure to that from the other cells, everything will look good again.

    Regards,
    Tobias

    Thread Starter lenrapp

    (@lenrapp)

    Hi Tobias;

    Found the problem and noticed that other records also has issues with large spaces between paragraphs and others.

    Apparently what worked in the past using simple html like <hr> horizontal rules and other code no longer works. I removed all the added html formatting and it is back to normal. you must have made some adjustments in your updates.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All my table widths are not showing properly’ is closed to new replies.