Content Wider Sidebar Narrower
I found the following code to make the content wider and the sidebar smaller from a previous forum post:
#primary {
margin: 0 -19% 0 0;
}
#content {
margin: 0 22% 0 3%;
width: 75%;
}
#secondary {
width: 16%;
}
I have toyed with this for two hours trying to accomplish what I'm trying to do but with no luck.
I'd like to make the sidebar a bit narrower and make the left and right margins of the content body smaller so that the content will be wider, without so much white space. I would like the Post Title to line up with the nav bar category. Ex. 'Dermal' should line up under 'Beauty on a Budget'.
Also, how can I get the Post Titles to Center Align?