Tagged: logo size
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?
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