Hi,
I m trying to reduce the height of the slideshow in this theme without success.
I ve used this setting in override.css but no success :
.gk-is-wrapper-gk-storefront {
height: 400px;
}
@media (max-width: 1040px) {
.gk-is-wrapper-gk-storefront {
height: 250px;
}
}
@media (max-width: 800px) {
.gk-is-wrapper-gk-storefront {
height: 180px;
}
}
Any help is much appreciated
Thanks in advance