
Previously you only have single column for Labels. It is good for few labels upto 5 to 10. But if you have more labels, say 20 - 30 then the list goes very long. How about having two or more columns for labels as shown in the image. It will take less space and looks good.
To do this go to Layout > Edit HTML > Expand Widget Templates.
We need to find the Label id first. Press CTRL F and look for id='Label
Your Label id may be id='Label1 or id='Label2.
Now look for the following code
]]></b:skin>
Now add following code...