Safari Date Picker Issue

This topic contains 3 replies, has 2 voices, and was last updated by  Martin Carter 5 years, 2 months ago.

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

    Hiya,

    Using the front end submission form on Safari(MAC), when choosing a Start date the Month and Year Field appear to have a padding issue. Is this something I can resolve via CSS and if so can you point me in the right direction?

    Many thanks.

    Martin Carter
    #32673

    OK I have overcome this with CSS but is there an actual fix in progress?

    Martin Carter
    #32694

    Hi Martin,

    I couldn’t see any difference in terms of padding between Safari 5.1 and Chrome. So I’m not sure if issue was specific to the theme you are using. What as the CSS change that you applied?

    Stephen Harris
    #32744

    Hiya, I used the following code as a workaround;

    select.ui-datepicker-year {
    width: auto;
    border: 0;
    padding: 0 20px !important;
    box-shadow: none;
    margin: 0 5px;
    height: 30px;
    color: #000;
    font-size: 1em;
    }

    I think it was just the padding which was messed up.

    Martin Carter
Viewing 4 posts - 1 through 4 (of 4 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.