Inject CSS: How do I change the width of a date box to look smaller on the user end

  • DQs
    Asked on January 30, 2018 at 2:57 PM

    How do I change the width of a date box to look smaller on the user end

  • Mike
    Replied on January 30, 2018 at 3:51 PM

    If you are referring to the 'Workshop Registration Form - Responsive' form, you may try adding the next CSS:

    [data-type=control_datetime] .form-input-wide {
    max-width: 120px !important;
    }
    [data-type=control_datetime] img {
    padding-left: 10px;
    }

    Inject CSS: How do I change the width of a date box to look smaller on the user end Image 1 Screenshot 20

    Thank you.