Comments akash4435 started the conversationMarch 25, 2019 at 7:04amPlease tell me the exact size of mobile logo for best viewing experience.My mobile logo is looking large. 2,700PenciDesign repliedMarch 25, 2019 at 3:33pmHi,I see your logo on mobile is fine: http://prntscr.com/n2pmblThat's quite niceIf you still want to reduce it, please add more this code to Customize > Custom CSS: @media only screen and (max-width: 480px) { #navigation.header-6 #logo img { padding: 15px 0 !important; } } Change value 15 to value as you want.Best Regards,PenciDesignakash4435 repliedMarch 26, 2019 at 10:33amI am not talking about this logo.Click on the Menu button (Three Dots), the Logo is not looking nice there. Please check once. 2,700PenciDesign repliedMarch 26, 2019 at 3:38pmHi,Ahh, that's logo for vertical mobile nav. Please add more this code to Customize > Custom CSS to change the width for that logo image: .sidebar-nav-logo > a{ display: inline-block; max-width: 120px; }Change value 120 to any value as you want.Best Regards,PenciDesignakash4435 repliedMarch 26, 2019 at 6:11pmNo, this custom css code is not making any changes.Please check again. 2,700PenciDesign repliedMarch 27, 2019 at 3:18amHi,Please try again with this code: #sidebar-nav-logo > a{ display: inline-block; max-width: 120px; }Best Regards,PenciDesignakash4435 repliedMarch 28, 2019 at 6:51amIt worked. Thanks. Sign in to reply ...
Please tell me the exact size of mobile logo for best viewing experience.
My mobile logo is looking large.
Hi,
I see your logo on mobile is fine: http://prntscr.com/n2pmbl
That's quite nice
If you still want to reduce it, please add more this code to Customize > Custom CSS:
Change value 15 to value as you want.
Best Regards,
PenciDesign
I am not talking about this logo.
Click on the Menu button (Three Dots), the Logo is not looking nice there.
Please check once.
Hi,
Ahh, that's logo for vertical mobile nav. Please add more this code to Customize > Custom CSS to change the width for that logo image:
Change value 120 to any value as you want.
Best Regards,
PenciDesign
No, this custom css code is not making any changes.
Please check again.
Hi,
Please try again with this code:
Best Regards,
PenciDesign
It worked. Thanks.