Hi!
I want to put 4 columns on this module with icons. My problem is even i just enter and save this module the icons dissapear. I use jce editor. Same with default joomla editor.
www.publitv.ro
.gkColumns[data-cols="4"] > div { width: 100%!important; }
.gkIcon { width: 25%!important ; }
@media only screen and (min-width: 960px){
.gkColumns[data-cols="4"] > div { width: 100%!important; }
.gkIcon { width: 25% !important; }
}
@media only screen and (max-width: 580px){
.gkIcon { height: 200px; }
}
@media only screen and (max-width: 580px) {
.gkIcon { height: 200px; }
#gkBottom6 { text-align: center; }
}
@media only screen and (min-width: 960px){
#gkMainbody .gkColumns[data-cols="4"] > div { width: 100%!important; }
.gkIcon { width: 25% !important; }
}
@media only screen and (max-width: 580px){
.gkIcon { height: 200px; }
}