Hello,
Love the theme and happy new year!
We are having trouble getting our logo to properly render in mobile
http://chicagoweddingblog.com/
Please advise.
Kind regards,
David
Hi djsmbd!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-height: 100px!important; }}
Regards,
Yigit
Thanks it worked!
Just noticed we are having the same issue on our other enfold site. I did add the code you sent but it did not work.
Here is the site:
http://musicbydesign.com/
Same issue here as well. Sorry to be a pain…we just enlarged our logos a bit and the problem occurred.
http://photoboothbydesign.com/
Hi!
Please try following code for the second website
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-height: 63px!important; }}
and following for the third one
@media only screen and (max-width: 480px) {
.logo, .logo a, .logo img { max-height: 77px!important; }}
Please flush browser cache after applying the codes and refresh your page a few times
Regards,
Yigit
Thanks! You guys are great. Really appreciate it.