Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #494050

    Hi,

    I have problems to put the icons of a list in the right position. More information in the private content.

    Thanks

    #494674

    Hi, I really need help on this…thanks in advance

    #494820

    Hey!

    refuse from bumping into your own thread.

    Try this code in Quick CSS field:

    span.av_font_icon.avia_animate_when_visible.av-icon-style-.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
    float: none;
    }
    

    Cheers!
    Andy

    #494827

    thanks for your answer…but it did not help…now it looks like ths: http://img5.fotos-hochladen.net/uploads/hooksb54r9mgqfc.png

    #495194

    Hey!

    Are you trying to place the icon beside the text? You can try this code:

    span.av_font_icon.avia_animate_when_visible.av-icon-style-.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
        float: left;
        width: auto;
    }

    Cheers!
    Ismael

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