Ecommerce - Wide image in the header

Support desk for Multipurpose Quark Theme
GK User
Wed Dec 16, 2015 3:17 am
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
User avatar
Fresh Boarder

GK User
Wed Dec 16, 2015 1:57 pm
If I understand you right, you can play with width and max width of this element:
Code: Select all
@media (max-height: 700px) {
#gkHeaderMod .gkStoreImage > img {
    width: 60% !important;
    max-width: 60% !important;
}
}
User avatar
Moderator


cron