Okay
  Public Ticket #2200330
Center Popup for IE
Closed

Comments

  • CoManStudios started the conversation

    Hey guys, 


    Is there a recommended way to center popups on internet explorer, right now, they go to the bottom right of the page. 


    I will try a few things, but would be great to hear something that would work from you. 


    Thank you

  •  675
    Neuron replied

    Hi,

    Can you please let me know what popups are you using, so I can give you the exact solution, an URL would be very helpful.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • CoManStudios replied

    Oh im sorry, I thought i added that. 


    it is: 

    http://dev.cxis.com/client-case-studies/


    thank you!

  • CoManStudios replied

    I found a solution by repositioning the popups only on IE11. If you guys have a better way to do this, I would love to know. 

    My code below. 

    Thank you

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .dialog-widget-content {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    } }




  •  675
    Neuron replied

    Hi,

    That sounds like an amazing idea, we use also transform property, so I could not think for a better solutionsmile.png

    Thank you for sharing it.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.