Title: multiple columns
Last modified: December 2, 2018

---

# multiple columns

 *  [kallard](https://wordpress.org/support/users/kallard/)
 * (@kallard)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/)
 * 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 7 years, 6 months ago by [kallard](https://wordpress.org/support/users/kallard/).
      Reason: found partial solutions since posting, so question change a little
    -  This topic was modified 7 years, 6 months ago by [kallard](https://wordpress.org/support/users/kallard/).

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

 *  Thread Starter [kallard](https://wordpress.org/support/users/kallard/)
 * (@kallard)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/#post-10938938)
 * 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 7 years, 6 months ago by [kallard](https://wordpress.org/support/users/kallard/).
      Reason: edited my original question, so this reply was redundant now
    -  This reply was modified 7 years, 6 months ago by [kallard](https://wordpress.org/support/users/kallard/).
      Reason: Found some fixes, but not completely resolved
 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/#post-10939817)
 * 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](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/#post-10976365)
 * I never heard anything from you. Do you still need help with this issue?
 *  Thread Starter [kallard](https://wordpress.org/support/users/kallard/)
 * (@kallard)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/#post-10978702)
 * 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/](https://breieraudio.com/blog/links/)
 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/#post-10981630)
 * 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.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

## Tags

 * [columns](https://wordpress.org/support/topic-tag/columns/)

 * 5 replies
 * 2 participants
 * Last reply from: [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/multiple-columns-22/#post-10981630)
 * Status: not resolved