Having some trouble with the layout

  • marcellobrazil
    Asked on November 22, 2017 at 8:06 AM

    undefined Screenshot 10undefined Screenshot 10undefined Screenshot 10The Calendar is behind the button Send, can you help me fix it please?

    Jotform Thread 1304757 Screenshot
  • burak JotForm Developer
    Replied on November 22, 2017 at 8:45 AM

    Hello,

    Sorry for the trouble.

    Can you append this CSS snippet to custom CSS section?

    .calendar.popup{

      z-index: 11111111111111112 !important;

    }

    Please note that you may need to clear form caches in order to changes have an impact.

    Please let us know if it doesn't work.

  • Richie JotForm Support
    Replied on November 22, 2017 at 8:52 AM

    Hi,

    To change the location of the calendar pop-up you can add this css:

    Having some trouble with the layout Image 1 Screenshot 20

    div#calendar_444.calendar.popup{
      top:400px!important; /* Just change the value for your preferred location of the pop up*/

    }

    I hope this information helps you.

    Best Regards.

  • marcellobrazil
    Replied on November 22, 2017 at 10:45 AM

    Where can I add this css?

  • Richie JotForm Support
    Replied on November 22, 2017 at 10:49 AM

    Hello,

    You can find the guide here : https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Best Regards.

  • marcellobrazil
    Replied on November 22, 2017 at 10:51 AM

    THANKS