• Resolved doblerre

    (@doblerre)


    Hello Tobias:
    I have a problem with the width of the columns of a table.
    I want that the width of any column be limited to the column largest text.
    As you can see, the width of the column “Capacitación” y too wide and it not elegant that way.
    Hope you can hep me.
    Victor

    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.

    For this, please try the approach from https://tablepress.org/faq/column-widths/

    Regards,
    Tobias

    Thread Starter doblerre

    (@doblerre)

    Hi Tobias, thanks for your reply but it does not help me.
    I don′t want to set a fix value. What I need is the column width change according to the columnl argest text width.
    Thanks

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the browser will set the column widths automatically, based on the contents of the table.

    One other idea would be this “Custom CSS”:

    .tablepress-id-1 {
      width: auto !important;
    }

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customization of a table’ is closed to new replies.