• Resolved walter58

    (@walter58)


    Hello Tobias,

    I experience different text alignments in the second columns when making new tables or even copying them. For all tables I used the same widths:
    column-1 40%
    column-2 60%
    What could be the reason of the different alignments?

    rgd. Walter

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The reason for this is that the browser calculates the column widths based on the content in the tables. You could however simply set them with CSS code. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .page-id-1031 .tablepress .column-1 {
      width: 40%;
    }

    This would set the widths of all tables on this page (which has the internal WordPress page ID 1031) as desired.

    Regards,
    Tobias

    Thread Starter walter58

    (@walter58)

    Thanks for your prompt response!
    I applied it to the main site and it works like a charm.
    Now I also know how to treat tables on different pages.
    Lots of kudos!

    rgd. Walter

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not well aligned content in column(s)-2 when making new or copying tables’ is closed to new replies.