How to align the required "*" along with the checkbox?

  • stormingrobots
    Asked on June 15, 2019 at 7:35 AM

    1560598519junk Screenshot 10

    How to move the "*" within the same line along with the text? 

  • roneet
    Replied on June 15, 2019 at 2:10 PM

    I have added the following code in your Form to align the asterisk:

    #label_159 > span:nth-child(1) {
     position: relative;
     left: 35px;
     bottom: -15px;
    }

    Please let us know if you have further questions.

    Thanks.

  • stormingrobots
    Replied on June 17, 2019 at 6:59 AM

    thank you!