Support » Plugin: TablePress - Tables in WordPress made easy » Table not Responsive

  • Resolved codergermany

    (@codergermany)


    Hallo,

    auf der Hauptseite habe ich eine Tabelle (Was können wir heute für Sie tun?) und die ist garnicht Responsive obwohl das Responsive Plugin installiert und Aktiviert ist. Unter Menüpunkt iPhone funktioniert es eigentlich wunderbar…

    Danke für deine Hilfe!

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, 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.

    What’s the Shortcode that you are using on the main page? It doesn’t seem to have the responsive Shortcode parameter, from what I can see.

    Regards,
    Tobias

    Hi, I’m also interested how to make it responsive. Could you please give more details how I could do it?

    Thanks in advance!
    Great plugin by the way!

    Thread Starter codergermany

    (@codergermany)

    airamhag, you have to download this:

    https://tablepress.org/extensions/responsive-tables/

    tobias, danke für die antwort. das hatte ich total vergessen. das nächste problem kannst du sehen wenn du die seite aufmachst…

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    airamhag: Yes, please check that link.

    codergermany: The problem here is that the two rows have different heights. You will have to set them manually now. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
        .tablepress-id-4 tbody td {
            height: 80px;
            line-height: 70px;
            vertical-align: middle;
        }
    }

    Regards,
    Tobias

    Thread Starter codergermany

    (@codergermany)

    it works like a charm. thanks man

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 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 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Table not Responsive’ is closed to new replies.