• Originally, all of the content on my website was centered. However, I have been messing around with things and somehow now only the homepage is centered — the rest of the look as though they are left-aligned.

    Here is my website: https://www.jblstrategies.com

    If someone could please give me some insight into what I can do to fix this I would SO appreciate it. Thanks!

Viewing 1 replies (of 1 total)
  • Hi ??

    I can see most of the content on your website is centered align except some widgets.

    If you want to align each paragraph on your website center then add following code in style.css file of your child theme or use Simple Custom CSS plugin.

    p{
    text-align:center;
    }

    You can also use the browser inspector to find the right element to style that text by adding text-align:center; CSS rule.

    Cheers, Sajid

Viewing 1 replies (of 1 total)
  • The topic ‘Content Not Centered (Vantage Theme)’ is closed to new replies.