Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1358506

    Hi,
    On the datepicker in a gravity forms, the name of the month is aligned right, see image.
    When i use below css to change it to left it works properly, see image.

    .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 70px;
    -moz-text-align-last: right;
    text-align-last: left !important;

    But it won’t stick, also adding !important does not work.
    Changing to 2022 theme solves the issue, so i guess there is some theme setting overriding the gravity layout.

    Regards

    #1358507

    image1

    image2

    #1358521

    Hi,

    Could you post a link to where we can see the actual problem please?

    Best regards,
    Rikard

    #1358522
    #1358538

    Hi,

    Thanks for that. I can only see the plugin styling applying, where exactly are you adding the CSS? If you need further help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1358552

    sorry, was a cache issue, now the applied css works fine to align the month left

    #1358554

    Hi,

    Thanks for the update, so everything is working as it should now then?

    Best regards,
    Rikard

    #1358557

    yes, with the additional css it is displayed fine.

    #1358562

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘conflict styling datepicker and gravity forms’ is closed to new replies.