Comments CoManStudios started the conversationOctober 30, 2019 at 3:44pmHey 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 675Neuron repliedOctober 31, 2019 at 1:55pmHi,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 repliedOctober 31, 2019 at 1:57pmOh im sorry, I thought i added that. it is: http://dev.cxis.com/client-case-studies/thank you!CoManStudios repliedOctober 31, 2019 at 2:29pmI 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%); } } 675Neuron repliedOctober 31, 2019 at 3:58pmHi,That sounds like an amazing idea, we use also transform property, so I could not think for a better solutionThank you for sharing it.Kind Regards Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group. Sign in to reply ...
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
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.
Oh im sorry, I thought i added that.
it is:
http://dev.cxis.com/client-case-studies/
thank you!
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%);
} }
Hi,
That sounds like an amazing idea, we use also transform property, so I could not think for a better solution
Thank you for sharing it.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.