• I would like to split the Categories widget into two columns in order
    to save space. Could someone please tell me how this can be done.
    Many thanks
    JW

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you’re using the Category widget from Admin/Appearance/Widgets, it can’t be “split” as such. You might be able to use a CSS floated list to display the categories in a two column list, though. Couldn’t say if that was possible until I’d seen the site.

    Thread Starter jamesaw

    (@jamesaw)

    Can you please elaborate?

    The CSS would look something like:

    .bookmarks li {
    width:50%;
    float:left;
    margin:0 0 10px;
    padding:0;
    list-style:none;
    list-style-image:none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Split Categories Widget In Half’ is closed to new replies.