Last Quick Question: How Do I Center the Copyright Text in the Website's Footer?

I’m trying to horizontally center the copyright text in my website’s footer… what do I do?

I’ve spent over an hour hunting around for a solution, but coding is not in my wheelhouse and I can’t seem to find a solution.

Thank you in advance- I really do like this theme :slight_smile:

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

My website is 10xSocially.com

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 -> Additional CSS

.site-footer .copyright {
    width: auto;
    text-align: center;
}

It worked like a charm! Thank you soooo much :smiley:

You are most welcome here :slight_smile: