• Resolved dadams76

    (@dadams76)


    Is it possible to use {.tablepress width:auto} in all tables while using .tablepress without table ID?

Viewing 4 replies - 1 through 4 (of 4 total)
  • supergist

    (@supergist)

    I’m seriously having an issue with the mobile version of my website. The width extended beyond the require mobile view. Kindly view this page on your mobile phone to get the clearer picture of what I’m referring to.

    Thanks

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    @dadams76:
    Yes, this is possible, you will just have to use the correct code:

    .tablepress {
      width: auto !important;
    }

    @supergist:
    This is the standard responsiveness problem. The content in your table is just too big for the content area on the page. You could try the solution from https://tablepress.org/extensions/responsive-tables/

    Regards,
    Tobias

    Thread Starter dadams76

    (@dadams76)

    Thank you Tobias.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘width’ is closed to new replies.