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

    (@jackdewey)

    Sorry for late response.

    If the links are displayed as a bullet list, but with the bullets hidden, would that solve the issue?

    If so, what I suggest is to go to the Stylesheet editor for Link Library, go to the bottom of the editor and paste the following styling rule:

    .LinkLibraryCat li {
        list-style: none;
        padding-bottom: 30px;
    }

    This will hide all bullets and add a 30px space after each link. The result would look something like this.

    View post on imgur.com

    Thread Starter morvenbrooks101

    (@morvenbrooks101)

    This is perfect, thank you so much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Link Library layout’ is closed to new replies.