• Resolved louis59

    (@louis59)


    Hi,

    I am using the Responsive Tables extension, and have applied responsive=stack responsive_breakpoint="phone" to my table.

    I’ve modified the column width (via https://tablepress.org/faq/column-widths/), but noticed it also adjusts the width for the phone/stack view.

    How can I modify the column width for devices outside the phone breakpoint?

    Kind regards

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    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 louis59

    (@louis59)

    Hi @tobiasbg, do you have an email where I could send you a link privately?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    yes! You can find it on https://tablepress.org/impressum or in the plugin’s main file “tablepress.php”.

    Regards,
    Tobias

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! To reset the widths to full widths in stack mode, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media screen and (max-width:767px) {
        .tablepress-id-1 td {
            width: 100% !important;
        }
    }

    Regards,
    Tobias

    Thread Starter louis59

    (@louis59)

    Perfect, thank you so much Tobias!

    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 6 replies - 1 through 6 (of 6 total)

The topic ‘Setting column width with Responsive stack mode issue’ is closed to new replies.