• Resolved bchavoo

    (@bchavoo)


    Hi,

    I am editing some things in my site and having trouble to get content to center. Specifically content for pages. Currently all pages are left aligned, I don’t mind it being left align but should like the text to appear in the center rather than the left. I have tried adding margin-left: auto; margin-right: auto; to a few different sections in the StyleSheet but unable to center the post content.

    Any help is appreciated thanks!

    • This topic was modified 3 years, 6 months ago by bchavoo.

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

Viewing 1 replies (of 1 total)
  • Thread Starter bchavoo

    (@bchavoo)

    I was able to accomplish this on my own.

    For those interested, you need at add the custom CSS shown below:

    .page .content-area {
    	width: 100%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Center Pages’ is closed to new replies.