I love the theme! Thanks so much. I’ve updated dated it to version 3.0 however when I did so, the header in vertical view is now distorted and a portion of the menu button covers it. I had the same problem in the older version and a custom css fix was given by your team however that isn’t solving the problem in this case. Any help is greatly appreciated. :)
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.responsive .logo img {
width: 280px;
height: auto !important;
top: 8px;
}
}
Cheers!
Josue
You are welcome, glad to help :)
Regards,
Josue