BUG header logo width in v.23.0.1

Hi,


in the new version of the theme (23.0.1) is missing the property width: auto; for the logo image, so if the image is higher than the height set on theme options, results horizontally stretched out.

Without correction

How should be:


This is the rapid correction:


#Top_bar #logo img {

  width: auto;

}

Comments

Sign In or Register to comment.