Tagged: logo
Dear support team,
I have a logo on my website, which is displayed correctly on pretty much all responsive sizes.
Onle in the smallest version, iPhone and alike, the logo suddenly gets squeezed in the width.
What am I doing wrong?
Thanks for your help,
Tom
Hi McNitefly!
Thank you for using the theme.
Try to add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
margin: 0 auto;
max-width: 100%;
height: 40px !important;
max-height: 40px !important;
top: 5px;
}
}
Best regards,
Ismael
Perfect,
thanks Ismael for the quick & competent answer,
now it works.
Cheers,
McNitefly