Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #436302

    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.

    #436915

    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

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