• Resolved annunto

    (@annunto)


    Hello Team

    I hope you are doing well

    i was just wondering if on mobile version a custom, customization can be made for the display of date of birth picker.

    Please resize in mobile version , to see how it is displaying.

    Can anyone please advised if this can be done ?

    Thank you team

    • This topic was modified 3 years ago by annunto.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @annunto

    Please try adding this CSS to fix the datepicket layout issue on your site:

    @media screen and (max-width: 600px){ 
      .um-datepicker table td[role=presentation] { 
        width: 15px !important;
        display: inline-block !important;
      }
      .um-datepicker table thead{
       display: inline-block;
       width: 100%;
      }
      .um-datepicker table thead tr{
        width: 70%;
      }
    }

    Regards,

    Thread Starter annunto

    (@annunto)

    Hello @champsupertramp
    I hope you are fine

    Thank you for the css code, i have just test it , it is working good.

    Thank you

    Best Regards

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Thanks for letting us know.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Date of birth on mobile version]’ is closed to new replies.