How do I change the alignment of the security seals?

Topic summary

A user seeks help aligning security seals in their Shopify store footer. The discussion involves troubleshooting CSS code placement.

Attempted Solutions:

  • Two collaborators (PageFly-Richard and Dan-From-Ryviu) provide CSS code snippets to adjust alignment
  • Suggested placements include adding code above </body> tag in theme.liquid file or after <head> tag
  • Multiple code variations are tested with text-align and justify-content properties

Current Status:

  • Initial solutions unsuccessful despite user following instructions
  • User confirms saving files and reloading pages multiple times
  • Screenshots shared showing code placement
  • Latest attempt involves combining code elements from both collaborators

Issue Remains Unresolved: The alignment problem persists after several iterations, with collaborators continuing to refine their CSS approach.

Summarized with AI on November 7. AI used: claude-sonnet-4-5-20250929.

https://lojabauer.com.br

1 Like

This is Richard from PageFly - Shopify Page Builder App

Hi @anapdeabreu Please add code here to change position:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Thank you so much. Best regards,

Richard | PageFly

1 Like

Hello, Ricardo.
Unfortunately, his solution was unsuccessful. Would you have any other suggestions?

1 Like

Hi @anapdeabreu You can change this code to here:


It will show in my side:

Please try again, Thanks you.

1 Like

Sorry. It still hasn’t worked here. What should I do?

1 Like

Hi @anapdeabreu

Please add this code to theme.liquid file, after


1 Like

It didn’t work either. I removed the other collaborator’s code and left only what you told me, but it still didn’t work… :disappointed_face:

1 Like

Could you update the code and check again?


1 Like

I updated, but there was no change. Thanks for your time anyway.

1 Like

Could you take a screenshot of where you added the code? Did you save file and reload your page to check after adding the code?

1 Like

Ahh, I found it. Please update the code


1 Like

Yes, I saved and reloaded the page several times.

Hi, I think you need this code. I have used a piece of code from: Dan-From-Ryviu , try this code to see if it fixes it,


Thank you so much.