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

    Hi,

    I make use of Icons in an unordered list within an icon box.
    The Icons in the unordered list are each at the beginning of each line.
    Now when the text to the right of each line breaks into the following line and continues there it is automatically indented according to the indentation of the line above – which looks ok.
    But then in the following line the indentation is given up and the text begins to the left of the icon which is at least two lines above.

    How can I fix this?
    Normally I would put the text in a div but I think I cannot do so when working with the short code within the icon boxes.

    • This topic was modified 9 years, 8 months ago by mw75.
    #298026

    Hi mw75!

    Can you post the link to your page where we can see the issue please?

    Best regards,
    Yigit

    #298050

    Hi mw75!

    Thank you for visiting the support forum.

    Please give us a link to the actual page with the iconbox. We need to inspect it.

    Cheers!
    Ismael

    #298151

    Hi Yigit, hi Ismael,
    thanks for sour reply!
    Please see above in private data box…

    Cheers
    Marc

    #298996

    Hey Marc!

    Try adding this code to the Quick CSS:

    .iconbox_content_container p[style='text-align: left;'] {
        padding-left: 20px;
        position: relative;
    }
    
    .iconbox_content_container p[style='text-align: left;'] .av_font_icon{
        position: absolute;
        left: 0px;
    }

    Cheers! 
    Josue

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