Tagged: After Update
Hi Guys,
I noticed after the update before the current one, that when I resize my website to mobile size, the Logo distorts – it used to resize fine, I played ith the header settings, but it is still the same, any ideas?.
Thanks
Gary
Hi Gstar72!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-height: 45px !important;
margin-top: 10px!important; }}
Your logo image is a bit small you can also try uploading your logo in double size
Regards,
Yigit
Thanks Yigit.