I tried the following for center-aligned.
Work fine on desktop but not on mobile (cuts off text on the left hand side).
.post-inner {
margin-left: calc( 50% - 30rem );
max-width: 60rem;
}
-
This reply was modified 5 years, 4 months ago by Nico Coetzee.