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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Yes, I’m from Germany, but as these are the English-language forums, I suggest that we keep the conversation in English, so that more people can benefit from the solutions of our discussions. Would that be okay?

    The reason for this likely is that the heights of the rows vary. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Nugiman

    (@nugiman)

    Sure, that’s not problem!

    Here is the link to the testsite
    http://kolibri-muenchen.com/kursplan2
    Work in Progress 😉

    Thanks for the quick response!

    Regards,
    Ben

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Ben,

    thanks for the link! This is indeed caused by the different heights of the content in the rows. We’ll therefore have to manually adjust those with some CSS code. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
        .tablepress-id-2 th,
        .tablepress-id-2 td {
            height: 48px;
        }
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Help for Responsive Layout’ is closed to new replies.