• Resolved SoCalBoy

    (@socalboy)


    Is there a parameter to use in the css codes to align text in a column. e.g. want prices to right align so that the right-most characters of $500,000 and $35,000 are aligned. All items align to the left in default settings. I have been able to change column widths but no text alignment. BTW, this is a great plugin!. I see premium option for responsive table but didn’t see a price. Thanks.

    https://www.ads-software.com/plugins/tablepress/

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Aligning text is possible with some “Custom CSS” code like

    .tablepress-id-123 .column-3 {
      text-align: right;
    }

    where you’ll need to adjust the table ID and the column number as necessary.

    The “Responsive Tables” Extension is indeed a “Premium Extension”, and for TablePress Extensions that basically means “Pay what you want” ??

    Regards,
    Tobias

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