format field names

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
bescott53

format field names

Post by bescott53 » 2018-05-01 15:07

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

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Re: format field names

Post by pbottcher » 2018-05-01 20:50

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
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

bescott53

Re: format field names

Post by bescott53 » 2018-05-09 21:19

Pascal, thank you so much, i had not thought to do this!

Post Reply