• Resolved crosstherubicon

    (@crosstherubicon)


    Three things:

    1. How do I control or define the column width for each column in the table. I want to make the first column slightly wider but don’t see how.

    2. How do I change the text color for the notes. I defined h6 in my theme customizer as one color then in the notes for the link I put <h6> and </h6> before and after and it is not changing to the default

    3. How do I add an additional blank line between entries that are displayed? I’ve tried everything I can think of and nothing works.

    Otherwise a good plugin.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter crosstherubicon

    (@crosstherubicon)

    I also want to suppress and not display the link category on the page. How do I do that?

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    1- You could need to use CSS. Something like this added to the stylesheet would allow you to size the first column:

    table.linklisttable td:nth-child(1) {
        width: 150px;
    }

    2. Are you sure that you are displaying the note and not the description? Could you perhaps send me a screenshot of the advanced tab of your library configuration so I can validate if you placed the h6 tags at the right places? I checked the source code of your page and the h6 tags are not being output.

    3. To add a blank line, you could add the tag <br /> in the Intermittent After Link field. And also set the display of Intermittent Before Link to 1.

    4. You can check the option ‘Hide Category Names’ under the Links tab.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Forgot to mention, let me know if these responses answer your questions and please consider donating to support this plugin’s development.

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

The topic ‘Column width / text color / spacing between links’ is closed to new replies.