Query loop blog template aligning/leaning right

[ad_1]

I assume you want content centered instead of right justified.
You have this CSS rule somewhere:

ol, ul {
    margin: 0 0 1.5em 3em;
}

I cannot say where because you have optimized CSS, but what you want is:

ol, ul {
    margin: 0 auto;
}

If you add the corrected CSS to the Additional CSS section of the customizer or style book it ought to override the problematic CSS.

Worked! You’re brilliant, thank you.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer