• I’m wondering if there is a way to make the blogroll into a 2 column list without using a plugin. If possible, what would the CSS for it be?

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

    (@evenglen)

    *bump*

    I need the same feature. I don’t think it is necessary to upload a plugin just for this. Having all the categories on a long list looks retarded. I will keep on googling and will come back if i find the solution.

    Take a look at the theme Redoable. It has a solution for this by using CSS.

    Each bookmark is styled to have half the width of the blogroll. Furthermore, the bookmarks have to be inlined:

    CSS for the Blogroll:
    ul#blogroll {width:300px;}

    CSS for the Bookmark
    ul#blogroll li{width:140px; display: inline;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blogroll Customization?’ is closed to new replies.