Hi,
I was trying to make some changes to align this module with responsive design. Everything went ok until I added new slide.
rsts.brightideas.sk it added new slide under previous one.
In firebug I added into gkIsImage element.style position: absolute; and it solved the problem, but after I added this line into override.css
.gkIsImage {
height: auto !important;
position: absolute;
}
Whole module disapears.
Noot sure but I think problem is in activ class “gkIsImage active” how can I define it to be position: absolute;?
I'm still learning css so maybe silly question but this is first time I'm facing that
Thx, Jan