• I’ve looked around for a solution but so far I have failed to find a solution.

    Please help me, I need to Center the Blog post and page content. The Theme default is aligned left. It leaves a lot of empty white space on the right.

    Is there a CSS code you could give me to change it to the Center?

    Thanks for you help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • yes ;p

    .entry-content, .entry-content p  {
    	max-width: max-content;  
    }

    I have other customizations, but you can see the rendering on my little website https://www.ljvd.com

    Theme Author Anders Norén

    (@anlino)

    Hi @albertkents,

    I’m afraid there isn’t an easy way to center the content column in Chaplin while retaining the same width of the entry content. You would need to make pretty substantial CSS changes, since the positioning of all alignleft/alignright and wide blocks assume that the content is oriented to the left of the page.

    If you’re willing to make the content area wider, you can use the snippet Laurent posted or use the “Full Width” post/page template.

    — Anders

    Thread Starter albertkents

    (@albertkents)

    Hi Anders @anlino what if I use the “Full Width Cover Template”. Is there a way to Center the Content on a blog post?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please Help: Center Blog Post & Page Content (Text alignment)’ is closed to new replies.