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

    I’m having some issues with Enfold and the Formidable Forms Pro plugin for calendar popups. The Month and Year are appearing on separate lines, I can’t seem to get them to appear on the same line (https://imgur.com/a/oDIW7gl) I’ve looked through a number of the posts in this forum but none of the solutions provided seem to fix my issue. I’ve added the following code to Quick CSS which got me here (originally it looked even worse_)

    .ui-datepicker-header select {
      width: 70px !important;
    }
    
    #top #wrap_all .ui-datepicker-title select{
    display: inline;
    width: 85px !important;
    margin-top:5px;
    }

    Am I missing something?

    #1270280

    Hey Alconic,

    Thank you for the inquiry.

    Could you provide a link to the page or site with the calendar so that we could inspect it? Please provide the URL in the private field along with the site credentials if available.

    Best regards,
    Ismael

    #1270287

    See items requested below in private content.

    #1270603

    Hi,

    Thank you for the info.

    Try to use this css code to allow the year picker to float beside the other picker.

    .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    	float: left;
    }

    Best regards,
    Ismael

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