Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is some CSS in your theme that alters the way how table cells are aligned. To fix this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
      float: none;
      padding: 4px;
    }

    That will additionally also change the padding without having to use all that extra CSS like

    .tablepress .column-1 {
      padding: 4px;
    }

    which you can then remove.

    Regards,
    Tobias

    Thread Starter mjdixon2

    (@mjdixon2)

    Hi Tobias,

    Thanks for the input. That helped in some regards, but the table is still compact and the white block is still separating the table. An updated link is below.

    https://sportsenthusiasts.net/standings/america-east/

    I don’t know if it is the theme or perhaps I have too many columns. Any further help would be appreciated.

    Thank you.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    please try again with the exact code from above (float: none; instead of float: left;).
    I had that as a typo at first, so that you might have received the wrong code in the notification email.

    Regards,
    Tobias

    Thread Starter mjdixon2

    (@mjdixon2)

    And that solved the issues! Thank you.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table Is Compacted and Has Giant White Block’ is closed to new replies.