Tagged: center, fixed layout, ie 11, logo
I need some css code help getting the logo to center on IE 11. I am using the fixed layout option.
I have provided the website link in the Private Content Area.
Thanks
Hey!
Try adding this code to the Quick CSS:
.avia-msie .logo {
margin: 0 auto;
width: 363px;
transform: none !important;
left: 0px !important;
right: 0px;
}
Cheers!
Josue
Thanks you guys rock! It has fixed the issue.
You are welcome, always glad to help :)
Regards,
Josue