Hi @francisbalcaen,
Thanks for the response and the link!
We just saw your table! You’re currently using a legacy tool that is soon going to be replaced in the summer of 2025.
At the moment, you can target the title and content via CSS and add alignment through there. Please try the following code:
.wpda_publication_container th, .wpda_publication_container td {
text-align: center !important;
}
Please note that the above code will affect all the WP Data Access tables on your site. If you want to target specific tables, just add the table IDs.
If the tables are new, we suggest recreating them using our new tool, the App Builder. We have a basic guide here: Creating a Data Table App
The App Builder is faster and has more options than the old tool. You can also align the header and content easily using the app table builder. See here: Layout and Behaviour | WP Data Access
To learn more about the App Builder, you can start reading from here: What is the App Builder? | WP Data Access
Hope that helps! Let us know if you have other questions. ??