Hello guys,
I notice that the header image in the frontpage I'm using is not working for mobile devices, it seems that the height is fixed so its stretch the image. I tried this solution, but still not working:
@media (max-width: 840px) {
#gk-header-mod img {
height: auto!important;
}
}
Can you help? Thank you.