• Hello, I am trying out your plugin but I am having trouble with the display of the date picker. I am using Elegant Themes Divi. I saw another support topic about it but the solution is not working for me. Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Dave Smith

    (@sophoservices)

    Hi, it looks like the same thing. There is a padding presented on your page that’s over riding the padding on the picker:

    I will look at the other solution and see if I can adjust it to fit you.

    Plugin Author Dave Smith

    (@sophoservices)

    Try adding the following to your site’s custom CSS:

    .ui-datepicker table tr td {
    border: 0;
    padding: 1px;
    }

    If that fixes it, I think we can work on a better solution on our side.

    Thread Starter hmsmathers

    (@hmsmathers)

    Unfortunately that didn’t fix it. It did change the padding around the numbers but it is still going over the right hand side of the page. Thank you so much for your help!

    Plugin Author Dave Smith

    (@sophoservices)

    Would you be able to publish the page again, I’d like to see what other changes we need.

    Thread Starter hmsmathers

    (@hmsmathers)

    Yes, sorry it is up again.

    Plugin Author Dave Smith

    (@sophoservices)

    Found it (I’m pretty sure now)

    Add the following next to the other CSS you added:

    .ui-datepicker table tr th {
    padding: 1px;
    }
    Plugin Author Dave Smith

    (@sophoservices)

    if that works, I’ve got an updated module I’d like you to test on your site and see if it looks ok without your custom fixes. (if you’re ok with that!)

    Thread Starter hmsmathers

    (@hmsmathers)

    Hey, that seems to be working well. I would be glad to do any testing you need. Thank you!

    Thread Starter hmsmathers

    (@hmsmathers)

    I did notice today that I cannot click on some of the dates.

Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.