I need 3 columns for three lines, then one column centred.
Your desired layout there is not quite clear to me, but that still sounds to me like an arrangement of footer widget areas in a Child Theme so you can add text widgets.
I have looked this up and it seems very complicated. Im not totally hopeless, but lets pretend I am. How do I set up a Child Theme?
Child themes are relatively easy to set up, you can read all about them here: https://codex.ww.wp.xz.cn/Child_Themes
If you’re still struggling you can also try the One-Click Child Theme plugin https://ww.wp.xz.cn/plugins/one-click-child-theme/
what theme are you using?
what is the code of footer.php of that theme?
are you intending to use widgets to enter and edit those footer texts?
tha layout should be simply done by using divs formatted with percentual widths and floated left, with a clear float after those.