How Do I Center Align My Posts?
- The topic ‘How Do I Center Align My Posts?’ is closed to new replies.
Need help? Check out our Support site, then
Hi there!
I’ve looked this question up on several forums, and I’ve entered the suggested CSS code, but nothing changes. I’d like my posts to all be center aligned on the page. Not the text – the actual post. Anybody know how to make this happen?
Thanks,
Kathy
The blog I need help with is: (visible only to logged in users)
Hi Kathy,
thank you for using our theme.
If you don’t want to have sidebar on the right you can add this to the Custom CSS:
.home .block-one p.has-drop-cap {
display: none;
}
.content .two_third {
width: 100%;
}
Hope this helps.
All the best,
Ana