Date pop up in filter bar isn't working correctly

Home Forums Calendar Products Filter Bar Date pop up in filter bar isn't working correctly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1534083

    When I click on date in the filter bar, the date pop up box is as wide as the browser width and totally unusable.

    #1535320
    Jeremy
    Keymaster

    Hi Kathryn,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    It seems your theme applies a css rule which has an effect on every table. To overcome that problem, you may head to Appearance > Customize > Additional CSS and paste the following snippet:

    .datepicker-months .table-condensed {
        width: auto;
    }
    

    I hope this helps,

    Cheers,
    Jeremy

    #1535336

    Thank you for helping!

    #1535730
    Jeremy
    Keymaster

    Hi Kathryn,

    I’m glad this snippet could solve your problem.

    I’m closing this thread then, but feel free to start a new one if you have further concerns or questions 🙂

    Cheers,
    Jeremy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Date pop up in filter bar isn't working correctly’ is closed to new replies.