• Resolved fionab

    (@fionab)


    I have designed a table and used the following code to get the table widths equal but they do not change?
    .tablepress-id-3 .column-2,
    .tablepress-id-3 .column-3,
    .tablepress-id-3 .column-4,
    .tablepress-id-3 .column-5,
    .tablepress-id-3 .column-6,
    .tablepress-id-3 .column-7 {
    width: 20px;
    }

    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.

    Please try this:

    .tablepress-id-3 .column-2,
    .tablepress-id-3 .column-3,
    .tablepress-id-3 .column-4,
    .tablepress-id-3 .column-5,
    .tablepress-id-3 .column-6,
    .tablepress-id-3 .column-7,
    .tablepress-id-3 .column-8,
    .tablepress-id-3 .column-9 {
      width: 100px;
    }
    

    When leaving out columns in the command, you will otherwise get strange results.

    Regards,
    Tobias

    Thread Starter fionab

    (@fionab)

    Thanks I applied this and all columns except the last are working?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    hhm, strange. For me, they have pretty much equal column widths…

    Regards,
    Tobias

    Thread Starter fionab

    (@fionab)

    Maybe it is a screen width thing as I make the screen smaller the last column then gets smaller, can I fix the overall table width?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, the screen width can definitely influence this. Unfortunately, fixing it is not really possible, this is simply a consequence of how tables on the web work ??

    Regards,
    Tobias

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