• How can I push all posts and pages’ layout on my blog to the center? Now posts and pages are on the left. I want them be pushed to the center more. The front page and blog page are fine.

    I have tried many different css codes I could find, but nothing seems to work.
    Please someone help!

    My blog is https://playtivities.com/printed-tshirt/

Viewing 1 replies (of 1 total)
  • Hello,

    You need to try this in your Custom CSS for achieving that:

    #primary.content-area {
        float: none !important;
        margin: auto;
    }

    Hope that helps, feel free to ask if there is any other problem in future.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘My posts on the blog are on the left side’ is closed to new replies.