Not able to get footer text to middle

Hello!

I am trying to add a little footer text to the bottom of the footer in the store. But, nothing works when it comes to moving the text ‘‘Nettsiden er laget av SwiftDesign’’. I have tried to use CSS in the footer theme to target it that way and everything. are you able to help??

This is the code i added inside the code editor for footer, just underneath the other span for copyright yalla:

and this is the CSS i added inside the store:

.madeby { text-align: center; }

Solved