Awesome! Then I would like to make the transition as smooth as possible. Could we get the new css translations before I make the formal install?
For instance…
I have this so that the post content spans most of the page and the sidebar is not available.
.single-post #primary {
margin: 0;
}
.single-post #content {
margin: 0 3%;
width: 94%;
}
and this to increase picture width within the posts:
#main #content img {
max-width: 900px;
}
And currently those are the only two pieces I have. Do you know what the new css for those would look like?
Thanks!
Abbott