Hello
My logo is not scaling correctly. The problem began recently after upgrading Enfold/WP to newest version. (2.6.2 / 3.8.2). To get it working initially, you kindly provided the following quick CSS:
@media only screen and (max-width: 767px) {
.logo, .logo a, .logo img { max-width: 100% !important; }}
Site: http://www.aktivfamilieferie.dk
What is the cause of this?
(I tried without the above quick CSS, but then it doesn’t scale at all)
Thanks in advance.
Hi munck!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
height: auto !important; }}
then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Cheers!
Yigit
Thank you for your quick response. That solved it.