3
Is something missing in this parameter ? I need this style to apply to IE 11 only, when I include this code it works, but other browsers tbm take
<!-- [if gte IE 8]-->
<style>
.box-form .logo-footer {
margin-top: -2vh!important;
margin-bottom: -9vh!important;
margin-left: 44px!important;
}
</style>
<!--[endif]-->
Good Hugo ! But here did not catch, I’m reading the documentation to see if I find something, but still nothing =/
– Flávia
In this documentation have for all ies here on my machine running Windows 10 worked on IE11 without problems. Remember to put this code inside the <style></style>
– hugocsl
Hugo ! Saved my life ! I was using in external css, did not know it needed to be embedded ... Rigadão saw !
– Flávia
@Flavia, I’m glad it worked out! If my reply helped you in any way consider marking the Reply with "Accept".
– hugocsl