Tagged: logo
Hi, I have a problem with the logo display on Iphones… the logo is properly centered but is deformed.
My logo size know is 400px x 81px (large header size option selected)… Shall I modify something to not deform. the logo on Iphones?… Maybe make the logo smaller but as you see I cant make it much more smaller since I have mandatory small text. Thank you again.
Hey Nicomad!
Was reviewing your site, on Iphone 5c logo logo looks good to me, however if you would like to improve it a bit, perhaps you want to try the following snippet. ( place it inside the custom css ).
@media only screen and (max-width: 360px) { .responsive .logo img { display: block!important; max-width: 100%!important; height: auto!important; } }
Let us know if this help you.
Regards,
David
thank you. It works perfect