After upgrading to 3.4 the blog is once again centered. In the 333 versjon I could do the following:
/*-------------------- WRAPPER for MIN / MAX width --------*/
div#wrapper {
text-align: center;
margin-left: left; /* Changed this from auto */
margin-right: auto;
display: block;
/* more ... */
}
How can I left-align the entire blog?