Hello,
The sticky header logo is deformed. This happened after update. There is no interference with plugins.
Thank you!
Hey Toud,
Was there any custom code added to the site to make any changes? It may be causing a conflict.
try the below css
.header-scrolled .logo img {
max-height: 58px!important;
height: 58px !important;
max-width: 58px!important;
width: 58px !important;
}
Best regards,
Vinay