Hi, i'd need to visualize articles centered on the layout, as i don't need to put date, author or other info on the left side.
Is it possible?
Thank you
aside + .k2box {
margin-left: 0;
}
article aside {
display: none;
}