• Resolved westronman

    (@westronman)


    Hi – brilliant plugin – thanks, however I cannot seem to get my table columns (column 2) to align horizontally. There seems to be an offset between separate tables on the same page. Please help!!

    Regards

    Neil

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is that the web browser calculates the column widths for each table individually, based on its content. You’d therefore need to manually assing a column width here, using CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-1 .column-1,
    .tablepress-id-3 .column-1,
    .tablepress-id-4 .column-1 {
        width: 150px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Horizontal alignment of columns incorrect’ is closed to new replies.