Hi guys!
How to use wide image in the header?
The problem is that the broad picture becomes too small.
1. Original
2. Now http://tukzook.hol.es/
3. The desired result
4. header_img.png
@media (max-height: 700px) {
#gkHeaderMod .gkStoreImage > img {
width: 60% !important;
max-width: 60% !important;
}
}