• Resolved erpee

    (@erpee)


    Is there a way to align the text in a column to the left or right. Now all is centered and thats not what I prefer …

Viewing 1 replies (of 1 total)
  • Plugin Author MyThirdEye

    (@mythirdeye)

    Hey erpee,

    You can do this through many ways, but the most viable is through custom styling to ensure you get the results you want.

    Here are your custom css styles to align the text in column to the left or right:

    replace {id} with your table ID that you want to target, example: .jtrt_table_112

    
    .jtrt_table_{id} tr td {text-align:left;}
    

    You can change text-align:left; to text-align:right; if you want it aligned to the right instead.

    Hope this helps. If you need any more specific help please feel free to contact me and I’ll do my best to assist. Please note however, its best if you open up a ticket on my github page because I do not get notifications when people post here, so the only time I see replies or posts is on Sundays when I have the time to manually check here.

    Thanks
    John

Viewing 1 replies (of 1 total)

The topic ‘How to align a column’ is closed to new replies.