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

    Hi,

    to build a page we are using the icon list. The icons are on the left, the text is like a second row. Please see here:

    http://awesomescreenshot.com/08f53e11b6

    We would like to use an icon element (inline) as a shortcut in a text block. But then the text is flowing around the font-icon.

    http://awesomescreenshot.com/0cd53e3le7

    How can we achieve that the icon box is using padding-bottom (?) like the icon list?

    Kind regards,
    Klaus Baqué

    #478105

    Well you can give to that text block a css custom class (see how to activate custom class on alb elements)
    i gave the textblock the class: iconinline

    than i did the following:

    .iconinline p {
        margin-left: 50px;
    }
    
    .iconinline .av_font_icon {
        margin-left: -50px;
        position: relative;
        top: -5px;
    }

    with top value you can shift the icon
    try it

    • This reply was modified 8 years, 9 months ago by Guenni007.
    #478110

    Hey!

    I think you got it solved.
    Let us know if you need anything else, related to our themes.

    Best regards,
    Basilis

    #478117

    Hi,

    thanks for your quick answer!

    Solved!

    Thank you very much.

    Kind regards,
    Klaus

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layout of icon lists in text area’ is closed to new replies.