Hello,
This code was dedicated for the Custom HTML modules, for using it in the article, please open the css/gk.stuff.css file and please replace fragment:
- Code: Select all
.gkContentList li {
border: none;
float: left;
padding: 0;
}
to:
- Code: Select all
.gkContentList li {
border: none;
float: left;
padding: 0!important;
}
.gkContentList li:before {
display: none;
}