• Resolved gf

    (@gflwrg)


    Hello, how do we centre the reservation pop-up please? At the moment, the modal is way to high and users can’t see the content as its hidden behind the top nav.

    Look forward to your prompt response.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you please check that your browser window isn’t zoomed in?

    The pop up automatically centers but can look funky if you have your window zoomed.

    Also, what browser and OS are you using?

    I did notice it was a little big. I released a small update today that makes it smaller and more centered. Can you let me know if this helps?

    Thread Starter gf

    (@gflwrg)

    Hello,

    many thanks for the update mate but it didn’t fix the issue for some reason. I checked on both chrome and firefox.

    I eventually found a solution though, using some CSS. Listed below in case anyone has a similar issue.

    TO POSITION MODAL VERTICALLY, HORIZONTALLY AND ALSO CHANGE WIDTH

    /*Position room booking contract popup modal*/
    .ZebraDialog {
     top: 250px !important; 
     left: 480px !important; 
     width: 800px !important; 
    }

    Feel free to change the values according to fitting. Thanks once again for the wonderful plugin. It’s extremely useful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reservation Pop-up Modal’ is closed to new replies.