cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Can't align headings on Advanced Grid

lspears
6-Contributor

Can't align headings on Advanced Grid

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.

1 ACCEPTED SOLUTION

Accepted Solutions
mgoel
17-Peridot
(To:lspears)

@lspears 

 

Thanks for reaching out to us. Check below thread and let me know if it is helpful.

https://community.ptc.com/t5/ThingWorx-Developers/How-to-center-align-Grid-header-and-value-using-Style-Theme/m-p/645502

 

Regards,

Mohit

View solution in original post

2 REPLIES 2
mgoel
17-Peridot
(To:lspears)

@lspears 

 

Thanks for reaching out to us. Check below thread and let me know if it is helpful.

https://community.ptc.com/t5/ThingWorx-Developers/How-to-center-align-Grid-header-and-value-using-Style-Theme/m-p/645502

 

Regards,

Mohit

lspears
6-Contributor
(To:mgoel)

Thanks @mgoel !
That link was definitely helpful, I was able to get everything aligned how I wanted it.

Top Tags