• Resolved jonkb

    (@jonkb)


    Hi
    I need some help adjusting the text. I like the text in 1 colum to be adjusted to the left and the rest to the right. I also like this on all my table. Pls help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you can achieve this with the folling CSS code, that you need to paste into the “Custom CSS” textfield on the “Plugin Options” screen:

    .wp-table-reloaded td,
    .wp-table-reloaded th {
      text-align: right!important;
    }
    
    .wp-table-reloaded .column-1 {
      text-align: left!important;
    }

    Best wishes,
    Tobias

    Thread Starter jonkb

    (@jonkb)

    Thanks! works great!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    you are welcome!

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: WP-Table Reloaded] Text adjustment’ is closed to new replies.