Post alignement

Hello

I have a problem with my posts. Of some reason, they align in the left side of the page.
My wish is to align them i the center in the page.

I pressume i need som sort of custom CSS, but i can’t figure out what would make it work.

My site are: www.rasve.dk
example of post: http://rasve.dk/concertphotography/

Thanks for a great theme!

Nevermind… Just a template issue…

Hello there,

I hope you are doing well today.

You are correct, CSS is indeed what we would need. You can use the following CSS code to center the text by going to Appearance > Customize > Additional CSS and pasting it there.

/*Center align text*/
.shapely-content p {
    text-align: center;
}

Best Regards,
Support