Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hello, I might just be missing something obvious but I am trying to change the alignment of the headers on an Advanced grid. The version of Thingworx I am using is 8.5.3 and I was able to change the text alignment of the data with this custom css:
.myAdvancedGridClass .objbox table tbody tr td{
text-align: center !important;
}
but I also want to change the alignment of the headings to match. Any help or insight is greatly appreciated. I was looking at the documentation for Thingworx 8 and I saw that header and cell text alignment is a feature so I might just not be seeing where I can change that.
Solved! Go to Solution.
Thanks for reaching out to us. Check below thread and let me know if it is helpful.
Regards,
Mohit
Thanks for reaching out to us. Check below thread and let me know if it is helpful.
Regards,
Mohit
Thanks @mgoel !
That link was definitely helpful, I was able to get everything aligned how I wanted it.