It would be nice if the standard install had a 3 column option. I really like using 2 columns, but sometimes a 3 column layout is more idea (ex: homepage).
Just an idea...
It would be nice if the standard install had a 3 column option. I really like using 2 columns, but sometimes a 3 column layout is more idea (ex: homepage).
Just an idea...
BTW, if anyone wants this feature too, just add the following to your style.css file:
.col1of3 {
width: 30%;
float: left;
}
.col2of3{
width: 30%;
float: left;
margin-left: 5%;
margin-right: 5%;
}
.col3of3{
width: 30%;
float: right;
}
I will add columns shortcodes with this possibility for version 1.4
You must log in to post.