Title: Blogroll &#8211; Links stuff
Last modified: August 19, 2016

---

# Blogroll – Links stuff

 *  Resolved [extreme](https://wordpress.org/support/users/extreme/)
 * (@extreme)
 * [17 years ago](https://wordpress.org/support/topic/blogroll-links-stuff/)
 * I was wondering how to prepare links view on main page of blog in two or three
   columns? is that possible and how? Thnx.

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years ago](https://wordpress.org/support/topic/blogroll-links-stuff/#post-1066403)
 * Assuming the links are marked up as a list with an id of #links, you could use:
 *     ```
       #links {
       	margin:0;
       	padding:0;
       	list-style:none;
       }
       #links li {
       	float:left;
       	width:15em;
       	margin:0 0 10px;
       	padding:0
       }
       ```
   
 * That should give you a 3-column list.
 *  Thread Starter [extreme](https://wordpress.org/support/users/extreme/)
 * (@extreme)
 * [17 years ago](https://wordpress.org/support/topic/blogroll-links-stuff/#post-1066468)
 * thnx

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

The topic ‘Blogroll – Links stuff’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [extreme](https://wordpress.org/support/users/extreme/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/blogroll-links-stuff/#post-1066468)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
