Modifying Alignment

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
rpierce
Veteran Member
Posts: 255
Joined: 2018-11-26 13:55
Location: Washington State

Modifying Alignment

Post by rpierce » 2021-07-16 16:19

Capture.PNG
Capture.PNG (5.99 KiB) Viewed 744 times
Where would I make modifications to the code to change the alignment of caption text? I would like to align the text to the left rather than to the right as is the default.

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

Re: Modifying Alignment

Post by pbottcher » 2021-07-16 18:22

Hi,

add a style to set

Code: Select all

.control-label {
    text-align: left;
}
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.

Post Reply