We have the problem that in the mobile version the logo is streched
-
hi, we have the problem that in the mobile version the logo is streched
Hello,
Please advise what device you use and what browser?
I am checking and I do not see the problem: https://prnt.sc/11egjz4
Best Regards
it is chrome on android and apple iphone,ipad and tablet on android
screenshot
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.main-header .site-logo img {
object-fit: contain;
object-position: left;
}
Best Regards