Title: Fehler bei Responsive Plugin
Last modified: August 22, 2016

---

# Fehler bei Responsive Plugin

 *  Resolved [ArnoH](https://wordpress.org/support/users/grimissimo/)
 * (@grimissimo)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fehler-bei-responsive-plugin/)
 * Hey Tobi,
 * danke für deinen Einsatz, dieses tolle Plugin zu Entwickeln und zu Warten.
 * Nun habe ich ein Problem auf folgender Seite:
    [http://infra-comp.de/produkte/rundrohr-infrarot-strahler-fuer-industrie-waerme-verfahren/](http://infra-comp.de/produkte/rundrohr-infrarot-strahler-fuer-industrie-waerme-verfahren/)
 * Das Responisve Plugin ist aktiviert, auch mit dem horizontalem scrooling habe
   ich es schon probiert, es will einfach nicht irgendwie aussehen, dass es funkioert.
   Hast du einen Vorschlag?
 * Ich bin sehr dankbar für deine Hilfe.
    Liebe Grüße Arno
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fehler-bei-responsive-plugin/#post-5441941)
 * Hi,
 * thanks for your post, and sorry for the trouble. As these are the English-language
   WordPress forums, I’ll reply in English. I hope that’s ok.
 * The reason for this mainly is that you have made modifications to the sorting
   arrows, and that your header row is bigger than the content rows. You will therefore
   need some extra “Custom CSS”, like this:
 *     ```
       @media (max-width: 767px) {
       	.tablepress-id-2 th,
       	.tablepress-id-2 td {
       		height: 64px;
       		line-height: normal;
       		padding: 8px !important;
       	}
       	.tablepress-id-2 th {
       		border: 1px solid transparent!important;
       	}
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Fehler bei Responsive Plugin’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/fehler-bei-responsive-plugin/#post-5441941)
 * Status: resolved