• I am working locally, and not on a published site. I just started working on this yesterday.

    I have a small list of links, maybe 30, and they are all under one category.

    I followed the directions in another post, and do have the links in three columns, but have a few questions:

    The columns are somewhat uneven – how do I make them even?
    How do I remove the table border, which is grey?
    If I put in an image (I haven’t yet) – I would like them to be centered in the column with the image above. Is there a way to do that?

    • This topic was modified 6 years, 3 months ago by kallard. Reason: found partial solutions since posting, so question change a little
    • This topic was modified 6 years, 3 months ago by kallard.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter kallard

    (@kallard)

    I found the stylesheet – needed to reload it because it wasn’t displaying. I have managed to fix almost all of my problems – yay!

    The one thing that I haven’t figured out is the spacing. The first column has just a little more space than the second and third. I thought that I reset the columns in the stylesheet, but it doesn’t seem to have done anything.

    • This reply was modified 6 years, 3 months ago by kallard. Reason: edited my original question, so this reply was redundant now
    • This reply was modified 6 years, 3 months ago by kallard. Reason: Found some fixes, but not completely resolved
    Plugin Author Yannick Lefebvre

    (@jackdewey)

    It’s a bit hard to help you with layout questions without having access to the site. Perhaps you can save off the page as HTML and send me a zip of it (including images and all) via e-mail? ylefebvre at gmail. That way I can inspect in Chrome and make adjustments to propose a specific fix.

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    I never heard anything from you. Do you still need help with this issue?

    Thread Starter kallard

    (@kallard)

    Sorry, busy teacher.

    I now have the site published. Here is the link for the page. Yes, still having the issue.

    https://breieraudio.com/blog/links/

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    All right. Go to the Stylesheet section of Link Library and find the following section in the editor:

    table.linklisttable td {
       ...
    }

    You may have multiple lines of code between the brackets, depending on whether or not you modified the default styling. Then, add one more line to specify the width in that CSS rule:

    table.linklisttable td {
       width: 33%;
       ...
    }

    That should to the trick. It did in the browser when I tried it out. Let me know if it works and please consider donating to support this plugin’s development.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘multiple columns’ is closed to new replies.