Move hours and minute fields to the right

  • mberman
    Asked on May 12, 2016 at 11:29 PM

    I try your code:

    @media only screen and (max-width: 500px) {

    .allowTime-container .form-sub-label-container:nth-of-type(2) {

        margin-left: 20px!important;

    }

    }

     

     

    But nothing happens!!!???

    Please help me

  • Kiran Support Team Lead
    Replied on May 13, 2016 at 2:00 AM

    Do you mean to display the time field to the right side of the form?

    Move hours and minute fields to the right Image 1 Screenshot 20

    If so, please replace the code that you have provided with the following:

    .allowTime-container {

        margin-right: -21%;

    }

    Hope this information helps!