How to change the logo size on mobile view.
If English store view shows different logo size than Arabic store view like that:
And:
Solution:
Please add this code to custom style:
@media(max-width: 767px){ .logo img
{max-width: 100%;height: auto; }
}
Please note: that changing the value of max-width and height. You need to convert 100% and auto to the number of px you want.
OR:
you can refer this video to get how to fix this issue:
https://www.loom.com/share/0921805185a847769e27ba41d9225152