Hello,
you recommended to upload logo with dimensions of 340px * 156px, but our logo then looks too thin on screen. When I upload bigger logo image, logo became distorted. Also when scroll down the page distortions is even more visible than before. How can I easily change logo size to be wider and not stretched in any directions?
Quick CSS:
.logo img {
width: 377px!important;
height: 173px!important;
}