What's your biggest current challenge? Have your say in Community Polls along the right column.

Not able to get footer text to middle

Not able to get footer text to middle

Rubberduck
Shopify Partner
61 0 11

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:

 

<div id="madeby"> <span class="text--xsmall" style = "font-size: 1rem"><a class = "link--faded" href = "/">Nettsiden er laget av SwiftDesign</a></span </div>

 

and this is the CSS i added inside the store:

 

.madeby { text-align: center; }

Reply 1 (1)

Rubberduck
Shopify Partner
61 0 11

Solved