Sunday 19 August 2012

How to Divide blogger labels into to columns easily.

Hi you can divide your blogger Labels/Categories into two columns easily and create new Categories style for your blogger blog.

Follow simple and easy step to do this trick in your blog easily now --->>>>
* First go to your blogger Dashboard.

* Now click in Design tab and edit HTML.

* Now click in small box to expand your blogger template.

* Find this code ]]</b:skin> by CTRL+F key.

* Now copy below code and paste before ]]</b:skin>
#Label1 ul li{

float: left;

width: 45%;

}

Note:- Remember Label1 is your label id. If your label id is Label2 then use following code instead of above

#Label2 ul li{

float: left;

width: 45%;


}
* Now click ti save your blogger Template and now you are done.

No comments: