footer alignment

I try to change the footer alignment using the instruction from https://colorlibsupport.com/t/change-text-align-and-background-color-from-a-widget-footer/ but it does not seem to work.

/Center text/
.col-sm-4.footer-widget.col-sm-4 {
width: 100% !important;
text-align: center;
}
Can someone point me where to get it resolved?

I’m currently using free Sparkling! - Version 2.3.5.

Thank you for your help!

Hi @datgalang,

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

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

Best Regards,
Movin

Thanks, Movin! It works.

Hi, there

Nice, to hear your problem is fixed:) Now I will now close the topic and mark it as resolved. Feel free to contact us again Thanks!

You are always welcome here :slight_smile: