Hello everyone!
So, I'm working on this site: http://institut.web.unc.edu/ and currently am using this CSS to eliminate sidebars but still create the sidebar space
div#wrapper {
width: 50%;
}
h1.blogtitle, h2.blogtitle {
width: auto;
}
However, once I did that, it made the page menu and blog title go wonky. I have both regions as text-align: center; in the Atahualpa theme options...but it still doesn't look centered.
Any suggestions?