• Resolved EAC2015

    (@eac2015)


    Hi – I read this forum and the documentation for column width. Based on that, I added this to teh CSS area of Plugin Option, but nothing changed. I’m not a coder, just trying to follow the instructions as best I can. The X was the number of my tabel. Thx.

    ETA I am trying to make the columns the same width.

    .tablepress-id-X .column-2 {
    width: 100px;
    }

    • This topic was modified 4 years ago by EAC2015.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

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

    .tablepress-id-12 th,
    .tablepress-id-12 td {
        width: 12.5%;
    }

    Regards,
    Tobias

    Thread Starter EAC2015

    (@eac2015)

    Thank you! So nice now.

    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!

    Thread Starter EAC2015

    (@eac2015)

    Tobias, can you please delete the links? THey are showing up in searches. Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    I’m afraid that I don’t have the necessary access rights to delete anything here in the forums. I’m not a moderator here, but also just a normal user.

    However, from what I can see, you did use the URL field, so that your URLs should not show up in searches, actually…

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Column Width’ is closed to new replies.