Any logo I upload will distort (height is slightly diminished) in the Desktop and Tablet views of the page. If I view it on the mobile setting, it looks perfect.

    evensenj You're right, the logo is set with a max-height value.

    Pls try this custom css code:

    @media (min-width: 576px) {
        .navbar-brand.logo-control img.logo-img {
        max-height: fit-content;
        }
    }
    Write a Reply...
    You need to Login to view replies.