• Resolved motorambler

    (@motorambler)


    Just discovered this theme and am really enjoying setting it up. It looks great! I am using ‘Single Column Layout’ throughout my site. Is there any way to center the titles and content?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @motorambler

    To center the title and content at first you need to add the Custom CSS through the plugin.

    You can find many plugin to add custom CSS. Below link is the reference for one of the plugin.

    Custom CSS
    After installing the plugin you will find the custom CSS in Admin Panel / Appearance / custom CSS.

    Here copy and paste below CSS

    main#content {
        text-align: center;
    }

    I hope this will resolve your issue

    Best Regards!!

    Thread Starter motorambler

    (@motorambler)

    Thank you very much @teeru — that helped me a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering all theme content’ is closed to new replies.