The "other" textbox is shifted

  • ohmydogschool
    Asked on February 26, 2020 at 2:28 AM

    Hi guys and gals

    For some reason, the textbox for 'other' option has shifted to the right, instead of being aligned with the other multiple choice options. 

    Which CSS field controls this, and what should be the value? 

    Thanks! 

    Jotform Thread 2181188 Screenshot
  • jherwin
    Replied on February 26, 2020 at 8:16 AM

    I injected this custom CSS code your form:

    .form-checkbox-other-input.form-textbox {
        left : 6%!important;
        position:relative;
    }

    Kindly check the form again and let us know if that meets your needs.

  • ohmydogschool
    Replied on March 3, 2020 at 6:50 AM
    Thank you so much!
    Now it is still not aligned to the text, but it has shifted somewhat, which
    is already very helpful.
    How do I get it to be just aligned to the text? To the other options?
    [image: photo]
    *Laure-Anne Viselé-Jonkman, oprichter*
    OhMyDog! Hondenkenniscentrum
    MSc, BSc (Zoology), PGDip Appl. An. Beh., O&O-certified trainer
    https://www.ohmydogschool.com
    Wijndaelerweg 12, 2554BZ Den Haag

    Get your own email signature

    ...
  • jherwin
    Replied on March 3, 2020 at 8:09 AM

    You can use these custom CSS code:

    #input_571,#input_683,#input_689,#input_695,#input_573,#input_71,#input_81,#input_583,#input_584,#input_594,#input_593 {
        left : 5%!important;
        position: relative;
    }

    However, the CSS code above is not complete, please look for other fields that are not aligned and include the field ID in the CSS above. Right-click on the element and select 'Inspect' from the context menu.

    Here's a screencast for reference:
    1583240915VKv3dQ6CrB Screenshot 10

     

  • ohmydogschool
    Replied on March 4, 2020 at 4:50 AM
    Fabulous! Thank you so much!
    I'll be playing around with that code on other similar fields.
    [image: photo]
    *Laure-Anne Viselé-Jonkman, oprichter*
    OhMyDog! Hondenkenniscentrum
    MSc, BSc (Zoology), PGDip Appl. An. Beh., O&O-certified trainer
    https://www.ohmydogschool.com
    Wijndaelerweg 12, 2554BZ Den Haag

    Get your own email signature

    ...