I want my logo on mobile to fit perfectily, its still big, i already edited the media-queris_wide.css and still it doesnt work, woul be glade if you could help
i did add the code, but it shrinks the logo on mobile devices and visitors will have a hard time viewing them, what is the standard logo size i should put on the logo? and for other mobile devices as well?
and when i resize browser logo becomes blurry, Can you tell me what size or how to save image file for logo?
and prevent it to be blurry, is its css Issue? or image issue?
I want my logo on mobile to fit perfectily, its still big, i already edited the media-queris_wide.css and still it doesnt work, woul be glade if you could help
Sincerely,
John
Hello John,
About your logo we see that currently it's width is set to 200px and the height can't be higher than the header container that why it looks bad.
Add this custom css to have it keeping the good ratio ( thefox > styling options ) :
#logo_img .mobile_logo, .transparent_header #logo_img .white_logo.mobile_logo { width:auto!important; }
This should do the trick.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
i did add the code, but it shrinks the logo on mobile devices and visitors will have a hard time viewing them, what is the standard logo size i should put on the logo? and for other mobile devices as well?
and when i resize browser logo becomes blurry, Can you tell me what size or how to save image file for logo?
and prevent it to be blurry, is its css Issue? or image issue?
Sincerely,