Spread official Wordpress footer content more evenly

Hi,

something that’s been on my mind: Is there any way to spread the text that ends up in the official Wordpress footer section (the one below the part with widgets) more evenly? It’s all clumped together on the right side, I’d love to spread it more evenly across the width of the footer.

See screen attached.

Thanks!

Hi @ngoeke,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.copyright.col-md-6 {
    width: 100%;
    text-align: center;
}

Best Regards,
Movin