Viewing 1 replies (of 1 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    The first thing to do is to add a
    tag after the element that is displayed before the description. This will drop the content to the next line.

    Then, to indent it, you need to wrap the description by putting

    <div class=’linkdesc’> in the before description field and
    </div> in the after description field

    Finally, you need to add a few lines to the plugin’s stylesheet:

    .linkdesc {
    margin-left: 20px;
    }

    Let me know if this does the trick and mark the question as resolved if it does.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Link Library] Hot to drop the description to the next line’ is closed to new replies.