Hello,
The issue regards to this website: http://bit.ly/PXlYlO
My logo is getting generated as a 300 X 39 px image then getting stretched to meet the coding below which makes the logo get all fuzzy:
.logo img {
height: auto;
width: 500px;
padding-bottom: 0px
}
Hi jmikhail!
Thank you for using the theme!
Please go to Enfold > Header Layout > Header Layout tab > Header Size. Choose custom pixel value then set it to 30px. I hope that helps.
Regards,
Ismael
Hi,
There is no selection of 30px for the header height only 45px. Not sure how this would correct my issue… the logo is being loaded by enfold with a maximum width of 300px. So when I use the above code it changes it to 500 pixels but instead of allowing the image to load as 500 pixels wide it is stretching the image instead to follow the css rule.
I’d like my image size to be 500px by 65px which is the size of the original that I uploaded.
Anyone get a chance to look at this?