Sanchez

Forum Replies Created

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • in reply to: Single Line Text Field Wrap #27626
    Sanchez
    Participant

    so here is a screenshot of a field where the text gets cut off instead of it wrapping into a second row/line like it does on ‘Multi line’ text fields.

    in reply to: Alingment Help #27502
    Sanchez
    Participant

    I’ve been able to set a fix width to the answer rows using the Field CSS but it only works on ‘Text” fields not on ‘Notes’. Code used:

    `input{
    width:900px!important;
    }

    in reply to: Alingment Help #27500
    Sanchez
    Participant

    I commented out the following snippet and it help aligning the answers section of my screenshot..

    `/* MAKES ANSWER BOXES NARROW
    .sbs_FieldTable *{
    width:auto!important;
    text-align: left;
    }*/

    Still haven’t figured out how to center the headers and expand the answer text boxes of the screenshot.

    in reply to: Alingment Help #27495
    Sanchez
    Participant

    I lied, this snippet is actually commented out.

    `/* MAKES QUESTIONS NARROW PER COLUMN BUT IT CENTERS SECTION HEADERS
    .sbs_InnerTR {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    } */

    in reply to: Fixed value for Form Field #26407
    Sanchez
    Participant

    I will do that. Thanks again Alexander!

    in reply to: Fixed value for Form Field #26400
    Sanchez
    Participant

    OMGeee that is not what I was looking for by I am floored. Wow!!! thank you! I have added this to the form as it will be VERY handy. My original question was for a field that will already have read-only data already pre-populated for them using cascade dropdowns. I just need that pre-populated result to not be longer than 4 decimal places at most.

Viewing 6 posts - 16 through 21 (of 21 total)