can anybody help me here. I don't know much about css hacks but I am trying to add a margin to my element for only internet explorer. The element is showing correctly in all the browsers except ie. I am using elementor plugin. I tried the following code but it didn't work.
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
div.elementor-heading-title{
margin-top: 100px !important;
}
}