Center The Copyright Information In Footer- Sense Theme

Hi everyone. I am having trouble with center my copyright information to the middle of the footer. I tried some code but it does not work for me. Anyone that can help me out? Let me know!

example.PNG

Hi @TEAM-TNR ,

Could you please share URL and your store password if it enabled? So that we can help you.
Thank you.

Paste a code snippet here, there is a few easy ways to do this with css, you could do something like this:


<div class="footer_row copyright">

<span>2023 ...</span>

</div>

.footer_row.copyright {

display: flex;

align-items: center;

justify-content: center;

width: 100%;

padding: 12px 0;

}

Roughly

It did not work as i expected, i tried almost everything in code

Thank you! I sended you a private message

I’m not seeing the message. If you want you can send us a message through our contact form and I’ll make an exception and fix this for free, this isn’t something that should take more than 5 minutes.

Hi @TEAM-TNR ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

Thank you very much for the help! The issue is solved now!

The issue is already solved, but thanks for your reply!