Tick box alignment with custom CSS

  • nbicket
    Asked on January 29, 2019 at 7:39 AM

    Hi

    I am struggling with one instance of an "Other" option where the box is oddly aligned (see attached) and there is nothing I can do which seems to sort this out. All the other instances of this are fine, with no intervention (i.e. CSS code).

    It's on page 5

    Any ideas?

    Many thanks

    Nicholas

    Jotform Thread 1715948 Screenshot
  • Victoria_K
    Replied on January 29, 2019 at 7:53 AM

    Hello Nicholas, Please try the following CSS: How-to-Inject-Custom-CSS-Codes

    #input_12 {

      margin-top: -20px;

      margin-left: 25px;

    }

    Let us know if you need more help.