Hi :)
I’m using the following code to generate a simple list using icons as bullets:
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
[av_font_icon color="" font="entypo-fontello" icon="ue804" size="12px" position="left" link="" linktarget="no"]Click here to add your own text
How can I indent certain items on that list? I’ve tried adding margin-left etc into the shortcode and wrapping single items in divs but nothing seems to work,
Thanks for any suggestions.
Jon.
Hi kops!
You could surround them in an actual list like so.
<ul>
<li> icon code goes here </li>
<li style = "padding-left:20px;"> icon code goes here </li>
<li> icon code does here </li>
</ul>
Cheers!
Elliott