Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #708466

    Hello,

    The sticky header logo is deformed. This happened after update. There is no interference with plugins.
    Thank you!

    #708491

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.