Copyright text center for Shapely

Hello!
I want to center the copyright text in the Shapely theme and I’ve looked on the forum at posts about this, but no CSS code i’ve used worked for me when adding it to the Custom CSS.
Thank!

Nobody?

Hi @ritco,

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 your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

.site-info.col-sm-6 {
    width: 100%;
    text-align: center;
}

Best Regards,
Movin