How to Split the Post Articles Column

How to Divide Columns Articles Postings - Actually the columns in an article that you usually write can be divided into 2 columns even more. The application of this divided column of articles is often seen in a newspaper or magazine media.
Here I will give little tips by utilizing the code CSS  column-width Property.First please apply the code below in the template 



.bagidua
{
   -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

In the code above, the value of column-count I give 2 which means the article post will be divided into 2 columns. If you want some colum eg 3 columns then specify the value of column-count with number 3.

Save the template. 

Then for the application on the post, please copy and wrap your article with the code below.

<div class='bagidua'> YOUR WRITE APPLIES HERE </div>

Examples of implementation 

<div class='bagidua'>But until my pain. Kids football a lot of laughter. Clinical varied as sports, but always. And sometimes not even that is better than it is, and for pregnant In order to. A refrigerator before, put it up and, various anyone fears. Jasmine tincidunt antioxidants. Maecenas iaculisntesque before, velfaucibus mass targeted need. Smartphones. Each author, the author of that ugly period in diameter at the quiver Pakistan, Japan set their alarm and soil lorem.Class aptent tacit Employment twist by our marriage, per himenaeos.</div>

Then the result will look like this

But until my pain. Kids football a lot of laughter. Clinical varied as sports, but always. And sometimes not even that is better than it is, and for pregnant In order to. A refrigerator before put it up and, various anyone fears. Jasmine developers antioxidants. Maecenas iaculisntesque before, velfaucibus mass targeted need. Smartphones. Each author, the author of that ugly time, the silent quiver Pakistan, Japan set their alarm and soil forum.Class patent tacit Employment twist by our marriage, per Hymenaeus.

Quite easy is not it, good luck.