Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #241949

    – 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

    #242064

    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

    #242266

    Hey Ismael,

    can I change this `<div class=”blank-content”></div>
    ` for a certain blank space setting px heigh?

    thx

    #242491

    Hi!

    Yes, you can add something like on Quick CSS:

    .blank-content {
    display: block;
    height: 30px;
    }

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.