Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s a default style in Responsive theme that sets table to a width of 100%. This would normally not matter, but because the date picker is positioned absolute, it does not fit within the flow of the document.

    You can resolve it by entering this CSS;

    table.DynarchCalendar-topCont {
     width: auto;
    }

    Do you have a place in the dashboard to enter CSS other than the theme’s files?

    Thread Starter danielnichols

    (@danielnichols)

    Entered the above in ‘custom css’.

    Worked a treat!

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Size Of Datepicker Calendar’ is closed to new replies.