• As you can see, all links are just beeing listed one after another in one Question: How do I have the links to be shown in 2 or more columns

    I would like to have 2 columns

    How do i get that?

    thanks for a great plugin i have used for many years!

    The page I need help with: [log in to see the link]

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

    (@jackdewey)

    You will first need to go under the Library Configuration > Links tab and set Link Display Format to Unordered List.

    You should then be able to get 2 columns by adding the following code in the stylesheet editor of Link Library:

    .linklist ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
    }
    Thread Starter Knud K.Petersen

    (@knudkp)

    As always you’re the best. (I’m just sure I had a massive amount of links shown in two collums befdore – but I emptied all out and startedfrom scratch).

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Sounds like that did the trick ?? Thanks for the good words and please consider donating to support this plugin’s development.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Question: How do I have the links to be shown in 2 or more columns’ is closed to new replies.