• Resolved treebranch

    (@treebranch)


    Dear Anders and others here,

    I am trying to get the text paragraphs in single-posts to the center. In Chaplin, they are aligned to the left, but I would like to have them in the center, as in the example link I have attached (demo of atomic blocks theme). That means, the text paragraphs have a left and right margin, and wide images exceed the width of the paragraphs.

    Is there a way to get this done, I have tried with custom CSS but did not get the result I wanted to achieve.
    This would also be a request for future single post templates.

    Kind regards, enjoying the new Chaplin theme a lot!
    treebranch

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter treebranch

    (@treebranch)

    Dear all,

    problem solved:

    .entry-header, .entry-content p {
    margin: 0 auto;
    max-width: 65rem;
    }

    .entry-content {
    max-width: none;
    }

    kind regards,
    treebranch

    • This reply was modified 5 years, 3 months ago by treebranch.
    • This reply was modified 5 years, 3 months ago by treebranch.

    This doesn’t exactly fix the issue as the alignwide and alignfull are both tied into this margin-right value that is removed with the code above.

    The issue you run into is the alignwide/full is offset to the right by a few hundred pixels.

    @jjchrisdiehl What is the solution/fix then? I also want the blog and page text to Center align though I want to keep the Blog and Page Titles as the default alignment.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘single-post paragraphs centered instead of left aligned’ is closed to new replies.