How To Move The Footer Menu To The Bottom Right (Dawn Theme)

Thanks in advance!

I am looking to move my footer menu to the bottom right of the footer and be able to move it anywhere to my likings. Example shown below.

My site:

What I want my site to look like:

Hi Pls follow below steps:

  1. Open theme editor

  2. Find the footer section and paste the code to the custom css input box.

.footer__copyright {
  width: 100%;
}

like this

Hope this helps