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

    (@tobiasbg)

    Hi,

    thanks for your post and sorry for the trouble!

    The best approach for this should be to reduce the padding in the tables (your theme is overwriting the TablePress defaults right now).
    To do that, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .entry .tablepress tbody td {
        padding: 8px;
    }
    .entry .tablepress thead th {
        padding: 8px 20px 8px 8px;
    }

    Regards,
    Tobias

    Thread Starter noworyz

    (@noworyz)

    Perfect, that seems to have solved it. Thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Good to hear that this helped! 🙂

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Table wider than content area’ is closed to new replies.