• Resolved Bluelefant

    (@bluelefant)


    I want to left-align the team names in the left-most column and I’d like to put lines in between the columns just like the lines that are between rows. I can’t seem to find the options for this on the Tablepress page on my WP dashboard area. Please forgive me if this is the most obvious thing in the world.

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    For this, you can add CSS code like

    .tablepress-id-40 .column-1 {
      text-align: left;
    }
    .tablepress-id-40 th,
    .tablepress-id-40 td {
      border: 1px solid #cccccc;
    }

    Regards,
    Tobias

    Thread Starter Bluelefant

    (@bluelefant)

    That worked like a charm, thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    Thread Starter Bluelefant

    (@bluelefant)

    Could I ask one more question? Any idea why the top line of the table above row 1 might be missing?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    TablePress doesn’t add a top border by default. To also get that, please change the code from above to

    border: 1px solid #cccccc !important;
    

    Regards,
    Tobias

    Thread Starter Bluelefant

    (@bluelefant)

    That did the trick! Thanks again for your help, sir. I hope you have a good one!

    Regards,
    ~Brian

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Brian,

    always happy to help!

    Best wishes,
    Tobias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘text-align and border options?’ is closed to new replies.