Can I place policy links below the website copyright?

Hello! I was wondering if there was a way to put the policy links below the website copyright?

@idaya

Please share your site URL,
I will check out the issue and provide you a solution here.

@infoatcodelab7 julytwentysix.co

Thank you!

@idaya

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file section-footer.css

Step 3: Paste the below code at bottom of the file → Save

.footer__copyright.caption {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@infoatcodelab7 Thank you so much!