I’m using Dawn theme, and I would like to add some space between store name and business registration number. I’ve tried to space in CSS file, but there’s no response in store front.

A Shopify store owner using the Dawn theme needed to add spacing between their store name and business registration number in the footer. Initial CSS attempts didn’t work.
Solution provided:
.footer__copyright small a {
padding-right: 10px;
}
Outcome:
The CSS solution successfully added the desired spacing. The issue was resolved after the user shared their store URL for troubleshooting.
I’m using Dawn theme, and I would like to add some space between store name and business registration number. I’ve tried to space in CSS file, but there’s no response in store front.

Hi @yn02x
Is this copyright from the footer right? Would you mind sharing your store URL? or you can also pm me if you dont like to share in public. Thanks!
Hey! Thanks for your response, but Im new in Shopify discussion. How can I dm you?
I couldn’t find it. It’s ok I just paste it here: https://mytinysprouts.co/
Thanks for the info, try this one.
.footer__copyright small a {
padding-right: 10px;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
It works! Thanks a lot??