Date Picker Styling

Home Forums Gillion Theme Date Picker Styling

Home Forums Gillion Theme Date Picker Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • davelow
    Participant

    Hi,

     

    I am using toolset plugin, and incorporated a date field. however the date picker that comes up requires adjustment.

     

    where can i find the settings?

     

    thanks ini advance.

    dave

    Attachments:
    You must be logged in to view attached files.

    Hi Dave,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me the page URL from your site where it is not displaying correctly so that I can troubleshoot it?

     

    Best regards,
    Shufflehound team

    davelow
    Participant

    Hi,

     

    I’ve provided the link, kindly have a look.

     

    thanks!

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .ui-datepicker.ui-widget-content {
        width: auto;
    }
    
    .ui-datepicker.ui-widget-content td,
    .ui-datepicker.ui-widget-content th {
        padding: 5px !important;
    }
Viewing 4 posts - 1 through 4 (of 4 total)