– Bug fix: horizontal ruler set in blank space, 0 px but it actually creates a blank space when I guess it should not. Also negative blank space is not working for me.
– Bug fix: Icon list: I want an icon list with only titles (no subtitles, or any other text) and I can’t work it out ;( For the moment I had to write some text and set it the same color as the background so nobody can see it. (you can check it live at http://www.universitarios.org.ar)
Thx
Hey Mono14!
You can write a blank div or span on the icon list content. Something like this:4
<div class="blank-content"></div>
You can also use this on Quick CSS:
.iconlist_content {
display: none;
}
.main_color .avia-icon-list .iconlist_icon {
color: #c12327!important;
margin-bottom: 20px;
}
Cheers!
Ismael
Hey Ismael,
can I change this `<div class=”blank-content”></div>
` for a certain blank space setting px heigh?
thx