How to change the size of Upload file field sub label

  • juliealailima
    Asked on February 10, 2021 at 5:14 PM
    in the sub-label I can't figure out how to make the JPG blurb look a list like this because the return key won't work for it (had to use the spacebar):

    1612981157 602423a536f63  Screenshot 10

    It ended up all jumbled in the preview:

    1612980730 602421fa8b03a  Screenshot 21

    Please let me know what I can do. Thanks!

  • Ahmed_S
    Replied on February 10, 2021 at 5:36 PM

    You can apply this preview by using a custom CSS code, please copy the below CSS code and paste it in Inject Custom CSS screen, please follow this guide for more details.

    .form-sub-label{
     word-wrap: normal;
     width: 50%;
    }

    You can try change the width value till you are satisfied with the sub label preview.

    Let us know if you need further assistance.

  • juliealailima
    Replied on February 11, 2021 at 11:22 AM
    Thank you Ahmed! This was brilliant!
    Julie
    ...