• Resolved mderooij

    (@mderooij)


    I created an table (also have the responsive plugin as an add-on), but the table do not show nice on mobile. All cells are beneath each other. What to do?

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, the reason for this is that your theme is also adding some sort of responsiveness to tables (in its CSS file wp-content/themes/theme-final/css/style.css ).

    To override that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress td {
        display: table-cell;
    }

    Regards,
    Tobias

    Thread Starter mderooij

    (@mderooij)

    You are the best. This worked out ??

    Plugin Author Tobias B?thge

    (@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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tables are not responsive’ is closed to new replies.