Tagged: 

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

    I have tried all the suggestions to keep the logo from being shrunk. It is now the correct width, but the height is squashed. Is there a solution?

    #281900

    Hi!

    Try with this code instead (Quick CSS):

    .logo, .logo img {
        height: 140px;
        width: 340px;
    }
    #header_main .container, .main_menu ul:first-child > li a{
        height: 140px;
    }
    

    Best regards,
    Josue

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