Okay
  Public Ticket #1341141
Logo stretched in Header
Closed

Comments

  •  10
    Michael started the conversation

    Hello Ylli,

    please have a look at the screenshot. The logo is stretched in the header by scrolling down. How can I fix that?

    THX. Michael

  • [deleted] replied

    Hi Michael,

    Please add the code below to your Custom CSS area:

    .oxygen-top-menu>.wrapper>.top-menu.sticky-header>.main .tl-header .logo.logo-image img {
        width: auto !important;
    }

    Have a great weekend!