• Resolved billfish

    (@billfish)


    The table looks great and everything works. But I don’t want it to expand horizontally when the viewer makes the browser window wider, because that spaces the data out too far. Is there a way to tell the table, “Use your calculated minimum width, and don’t responsively expand”?

    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 post, and sorry for the trouble.

    Yes, that’s possible. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-2 {
        width: auto;
    }

    Regards,
    Tobias

    Thread Starter billfish

    (@billfish)

    Thank you Tobias! This worked, and I would like to point out to the community who may be considering this plugin that the author responded to my question in about half an hour, though of course your mileage may vary.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

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

The topic ‘Stop table from expanding?’ is closed to new replies.