good morning
I created a site with this template, the images of the Image Show module GK4 are not responsive, if I open with a smartphone can be seen cut.
how can I do?
thanks
.gkIsWrapper-gk_creativity .figure:nth-child(1) {
background-image: YOUR_IMAGE;
}
.gkIsWrapper-gk_creativity .figure:nth-child(2) {
background-image: YOUR_IMAGE;
}
.gkIsWrapper-gk_creativity .figure:nth-child(3) {
background-image: YOUR_IMAGE;
}
...
.gkIsWrapper-gk_creativity .figure:nth-child(n) {
background-image: YOUR_IMAGE;
}
.gkIsWrapper-gk_creativity .figure:nth-child(1) {
background-image: url('http://demo.gavick.com/joomla25/creativity/modules/mod_news_pro_gk5/cache/k2.items.cache.1379b5de7cb668c186ab48a9361eabd7_Lnsp-672.jpg')!important;
}