Change the footer CSS to this:
footer {
font-size: 12px;
text-align: right;
margin-right: 10px;
}
I removed the max-width value (not sure why that was there in the first place), turned the margin left into a margin-right and aligned the text to the right side ^^
Good luck
Thank you for the response and code!!
I believe the max-width value is there because the footer was originally used for the credits on the bottom but I kinda adapted it for other use. A part of the reason it's there was the original developer wanted the layout to be primarily for desktop but also keep the general vibe on mobile and it preserves the look, maybe?
I tried something similar to this and it wasn't working! But seeing you suggest it gave me a thought to revisit and instead of trying to make a variant of footer I had this code replace footer and made a <credits> section in the css for the credits at the bottom of the page.
This works almost perfectly! But now the same issue I was having before is happening, but to the credits this time!
That is to say, when I apply the <credits> tag to the credits at the bottom of the page, the margin isn't applying, and I'm not sure why. Any ideas what might be going wrong here?
First attachment is the current blurb-boxes, working as intended (Thank you!!!

)
Second attachment is from the free layout by sadgirl.online that I'm adapting from (which is located
here)
Third attachment is my current site, and the margin not applying properly.