Hi
Please help me modify my logo size on mobile. I’ve searched this through the threads and have tried the solutions but nothing works. I added custom css in the quick css under general styling but no luck. Below is what I entered in quick css.
@media only screen and (max-width: 50px) {
.responsive #top .logo {
width: 100%;
text-align: -webkit-center;
}
.responsive #top .logo img {
top: 0;
}
}
Hey Lehuashiroma,
Try using this css code instead:
@media only screen and (max-width: 767px) {
.responsive .logo img {
max-height: 50px;
}
}
Let us know if this helps :)
Best regards,
Nikko
This helped! Thank you Nikko!
Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
Nikko
