Problems with the footer - Sparkling Theme

Hello,

The Copyright text on desktop goes to the right, is there a way to center it? On mobile and tablet the text goes to the center, but on desktop goes to the right.

Another thing that is happening, the footer has a black edge, can i remove that? So that i can make a personalized footer with elementor?

Check the ss.

The website is https://dradilciley.com.br/

Thanks.

hey there

Please add this CSSĀ in appearance - customize - additional CSS

.copyright {
width: 100%;
text-align: center;
}
#colophon {
border-top: 1px solid transparent;
}

Thanks!
Colorlib Support Team