Question about the Field Caption Length

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
spizpan
Posts: 9
Joined: 2020-06-21 22:48
Location: Greece

Question about the Field Caption Length

Post by spizpan » 2023-06-03 19:55

Hello to all,

First of all let me say that im using the "Cerulean" theme, with Verical (2 fields per line) view.

My question is (and I've looked it up a lot) from where exactly can I change the length of the caption, as it appears in Table view? Right now it seems that it only accepts and displays 20 characters correctly. But I want to increase it to 25 characters per field.

Note: I am referring to the length of each field's title. Not the "Max characters in table view" option, found in AppGini app.

From where exactly can this be changed???

Thanks in advance for any help!

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

Re: Question about the Field Caption Length

Post by pbottcher » 2023-06-08 17:45

Hi,

not sure if I get what you really try to acheive, but may try to add to your hooks/header-extras.php the following:

Code: Select all

<style>
.field-caption-tv {
	width: 200px !important;
}
</style>
where the 200px is just an example.

Post Reply