• Resolved frankzaatar

    (@frankzaatar)


    Hello.

    I started using TablePress not long ago and it’s great. However, I’m having a problem that’s related to the text direction. My blog is in Hebrew so I’ve added “rtl” to the code. That affects everything, TablePress included. I want to make the text inside the tables aligned to the left. What do I need to do?

    That’s the Custom CSS that I’ve tried but it had no effect:

    .tablepress-id-6 {
        text-align: left;
    }

    Thanks in advance,
    Dovi

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Dovi,

    thanks for your question.

    You might need this:

    .tablepress-id-6 tbody td,
    .tablepress-id-6 thead th {
        text-align: left;
    }

    If that does not help, please post a link to the page with your table. Thanks!

    Regards,
    Tobias

    Thread Starter frankzaatar

    (@frankzaatar)

    Thanks man. it works!
    CSS isn’t that simple… 😉

    Hi,

    great 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 ‘[Plugin: TablePress] Can't align to the left’ is closed to new replies.