Page 1 of 1

format field names

Posted: 2018-05-01 15:07
by bescott53
hello everyone, i am hoping this is simple but i just cant find it.

is there a way to centre the field names, i can see how to do this for the data but not the field names

Re: format field names

Posted: 2018-05-01 20:50
by pbottcher
Hi bescott,
you can add the following lines to the hooks/footer-extras.php

Code: Select all

<style>
.table  th { text-align:center }
</style>
regards
Pascal

Re: format field names

Posted: 2018-05-09 21:19
by bescott53
Pascal, thank you so much, i had not thought to do this!