How to center Pages in Pinbin theme

Nicely done… hey wanted to ask if I could center the pages? I’m having trouble finding a way to make it center because currently it’s on the left side. Thanks

Thanks for your feedback.

Please refer to this comment for centering posts: https://colorlibsupport.com/t/post-and-featured-image-centering-in-pinbin-wordpress-theme/

Let me know if this helps.

Heya, I already did that but that only make the post centered but not the pages. thanks again.

Ok, my bad.
Look for “.type-page” in style.css and add the following:

margin: 0 auto;

and remove:

  display: inline;
  float: left;

It should do the trick.

sorry to ask, but there are several “display: inline; float: left;”s
Which one do you mean?

I have adjusted CSS a bit so there are some new things there.

Find

.type-post, .type-page, .type-attachment

Remove float: left; from the list and replace it with

margin: 0 auto;

Hi - I used this to center the pages, but now when I return to the home page (posts) the posts flash on the right before aligning left.

The only change I made to CSS was the note above.

Any suggestions. My page is fineartmom.com