Thank you so much, Ben, that successfully put my content into one column.
One more thing. Now that I’ve done this, a bit of title and comment link formatting is messed up.
I am trying to get my post titles centered and a lot smaller. Similarly, when I click on a post and go to that posts individual page, the title has a different format than on my home page (a lot larger). For some reason I cannot quite figure out the correct additional css.
I have been trying this:
a {
font-size: 16px;
letter-spacing: -10;
text-align: center;
}
h1.post-title {
font-size: 16px;
letter-spacing: -10;
text-align: center;
}
to no avail.
Anyways, if I could have a bit more help with that, I would really appreciate it.
Cheers.