Page 1 of 1

Modifying Alignment

Posted: 2021-07-16 16:19
by rpierce
Capture.PNG
Capture.PNG (5.99 KiB) Viewed 1366 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.

Re: Modifying Alignment

Posted: 2021-07-16 18:22
by pbottcher
Hi,

add a style to set

Code: Select all

.control-label {
    text-align: left;
}