date picker size

This topic contains 2 replies, has 2 voices, and was last updated by  Kor 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #475831

    soupmeister
    Expired Member
    Post count: 56

    Hi
    how can I change the size of the date picker when selecting event dates in the search bar.

    It hits the top of the browser bar and some of it is cut off (month and the arrows)
    on iphone it totally blows out

    Can I make the thing smaller ?

    Cheers

    Lars

    #475833

    soupmeister
    Expired Member
    Post count: 56

    Google helps

    Resolved (i guess?)

    I used this CSS

    .ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    }

    #475853

    Kor
    Moderator
    Post count: 16516

    Hi soupmeister,

    Thanks for sharing. If it still doesn’t work for you. Kindly share the URL of the page here in question and we’ll take a better look at it.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket