Tagged: icon box, indentation
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.
Hi mw75!
Can you post the link to your page where we can see the issue please?
Best regards,
Yigit
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
Hi Yigit, hi Ismael,
thanks for sour reply!
Please see above in private data box…
Cheers
Marc
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