Hi! I want to set the blog index and posts at 70% width (like portfolio pages). I've found out how to do it, but automatically sets the align at the left of the page. I've tried this:
.blogbox {
float:center;
width:70%;
text-align:center;
}
"Float:center" doesn't work. How can I fix this?