• Resolved The Real Dave O.

    (@doralevich)


    All of the columns on my website have the same width for Column 1 and 2. Is there a universal way to do it instead of having to add each with an ID?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Here, I recommend to use the standard per-page CSS selector as a prefix. This will then affect all TablePress tables on that page:

    .post-27844 .tablepress td {
      width: 50%;
    }

    (If you really want this for ALL tables on the site, just leave out the .post-27844 part.)

    In addition, as you have already turned off the individual features, I recommend to uncheck the “Use DataTables” checkbox on the tables’ “Edit” screens.

    Regards,
    Tobias

    Thread Starter The Real Dave O.

    (@doralevich)

    Thank you…Perfect!

    Plugin Author TobiasBg

    (@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 ‘Column Width for all Tables’ is closed to new replies.