Centering Blog Post
-
Hi,
I know Chaplin doesn’t have an option to center blog post (not page). And I read that adding css to do this can affect other elements.
Because of this and not having sidebar, I tried many other free themes plus one paid one but I always end up with Chaplin. I just love everything about it except these two “issues”.
It may not be ideal but I’m using this css to center blog post.
`@media (min-width: 1025px) {
.single-post .entry-content,
.comments-wrapper { max-width:650px;
margin:0 auto;}
}Because I have increased font size, it’s a little too narrow. And I don’t know if I can just increase size as I see fit e.g from 650px to 730px or whatever.
What I’m trying to find is what’s the best size (set up) I should go for with all devices in mind – perhaps have a cut-off point based on tablet which then takes effect on desktop too? (I think).
Do you see any potential issue with the above code or can you suggest the best way to go about?
Thank you!
- The topic ‘Centering Blog Post’ is closed to new replies.