I have tried the method seen here with no success.
Any easy fix for this?
Hi mlfoxdesigns898!
Thank you for using the theme!
Please use this on Quick CSS or custom.css:
.html_logo_center.html_header_top.avia-msie .logo {
width: 100%;
left: 0;
}
.avia-msie .logo img {
position: absolute;
left: 50%;
-ms-transform: translate(-50%, 0px);
transform: translate(-50%, 0px);
}
Cheers!
Ismael
Any other ideas?
Hi!
I think somehow my last response here didn’t get posted. Sorry about that!
Try:
.avia-msie .logo {
margin: 0 auto;
width: 195px;
transform: none !important;
left: 0px !important;
right: 0px;
}
I’ve changed the width to fit your logo .
Best regards,
Devin
Seems to be working.
Thank you both so much
– Mac
Glad we could help. Let us know if you have any other questions or issues.