Footer text not aligned

Hi All, is there a way the footer text can be allighed? see below

URL : https://houseofluxuryuk.com/

Theme: trade 15.2

Thanks

@DASCPA please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.footer__copyright {margin-top: 3px;}

Hi, tried this but no change.

@DASCPA - not able to see the code added to the nd of base.css file

Ive just added it back in to the bottom of the base file.

ive change the powdered by Shopify to a seperate URL but can’t get it to allign with the policies

@DASCPA ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above


Result:

If it helps you, please like and mark it as the solution.

Best Regards :blush:

@DASCPA - add !important to css and it will work , like below

.footer__copyright {margin-top: 3px !important;}