How do I fix the view of the logo on the mobile version? The website displays perfectly, but the mobile version is blurry. See screenshots View attachment 4943 View attachment 4944
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 480px){ .header .logo img { width: auto; } } This will solve your issue. Thanks & Regards Gourav Shrivastava
I did as stated above- The code hasn't changed the level of blurriness on the mobile version. Any other suggestions?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 960px) and (min-width: 767px){ .header .logo img { width: auto; }} @media only screen and (max-width: 767px) and (min-width: 480px){ .header .logo img { width: auto; }} Thanks & Regards Nitesh Raghuwanshi