• Resolved Dylan

    (@thebonereader)


    Greetings and thanks for your efforts on this amazing plugin. I’m just in the process of working with it for the first time and will gladly be making a donation.

    I’m having a little trouble understanding how the width of the columns on this page are being determined. The content is very nearly the same and yet the width of the columns is somewhat different.

    Thanks again and best regards.

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

Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The width of columns is calculated by the browser, based on the content in the table. Even small differences can have an impact on that.

    Your best chance to make everything the same would be to manually assign widths to the columns, e.g. 50%. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-28 .tablepress td {
      width: 50%;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Uneven columns, nearly the same content’ is closed to new replies.