• Resolved caraleadance2013

    (@caraleadance2013)


    Hi Tobias

    Thank you for your hard work in supplying a quality free plugin. I have been working with all morning and am stumped at the width issue. I have read your response to previous posts and wonder if my CSS styling is nnot going to be compatible. I just want a fixed width for each column and for text to flow down as it would in MS word or Excel. here is my site –

    https://cara-lea-dance.co.uk/14-2/

    I have been using this code with no joy
    /
    .table-id-7 {
    width: 75px;
    }
    \

    Please let me know if there is a solution?

    https://www.ads-software.com/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, you are not setting the width of the columns, but just the table.
    You will need to use something like this

    .tablepress-id-7 .column-1 {
      width: 75px;
    }

    for each column.
    Additionally, this might help, so that the table does not stretch to the full available width:

    .tablepress-id-7 {
      width: auto;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘column widths a real issue’ is closed to new replies.