How to center pricetag on mobile and how to get the newsletter 'subscribe' button at the right?

hello @Paul_K_1

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-footer__newsletter .contact-form .input-group {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}