Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867697

    Polaradventures
    Participant

    In internet explorer the logo of my site is not scaled properly and displayed in a huge fashion. This issue does not occur in Chrome.

    #867698

    Polaradventures
    Participant
    This reply has been marked as private.
    #868594

    Rupok
    Member

    Hi there,

    Thanks for writing in! It seems you are using this image within Topbar and it’s huge in size. You can give it a max-width like below.

    You can add this under Custom > CSS in the Customizer.

    .x-topbar img {
      max-width: 300px;
    }

    Hope this helps.

    Cheers!