Centre subscribe to our emails text on mobile footer

Hi there,

I’m having trouble trying to centre the “Subscribe to our emails” text on mobile footer. I’d like it centred directly in between the the main menu quick links and the section where the customer provides their email. My website is: https://imporify.com/ and password is: United22#

Thanks in advance!

We cannot able to login to your site using the provided password. Please share the correct password to help you on this

sorry the password is: [email removed]

Now, we can able to preview your store. Please paste below code just after the code .footer-block__newsletter h2.footer-block__heading.inline-richtext { text-align: left; } to display the text in center.

@media screen and (max-width: 749px) {
    .footer-block__newsletter h2.footer-block__heading.inline-richtext {
        text-align: center;
    }
}

If you couldn’t find the above mentioned code, please use “text-align: center !important;” instead of “text-align: center;” and paste the code at the bottom of the file in base.css.

Now, it will look like the attached image.

Please let me know whether it is useful for you.