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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    As these are English-language forums, I’ll reply in English. That way, more people can benefit from our discussion. I hope that’s ok.

    This is caused by a problem with the horizontal scrolling. To fix this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
      width: 100% !important;
    }

    Regards,
    Tobias

    Thread Starter akedv

    (@ak71)

    Thanks for your answer, but that didn’t change a thing.

    I did some CSS sneaking and changed this:

    .entry table {
    width: 100% !important;
    }

    was “width: 50% !important;” before

    now that did the trick!

    Thread Starter akedv

    (@ak71)

    ah and I added the css not to your plugin option page but – as usual – to the themes css option page in the customizer.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Good to hear that you found this ??

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Kopfzeile kürzer als Datenzeile, Spalten nicht untereinander’ is closed to new replies.