Hello,
I have asked a similar question before and got the working answer, but since then I have changed the api for the newsletter and whilst the subscribe box still centres, the heading and paragraph text above no longer does and I cannot work out why. Below is what it currently looks like and I would like the “Floating thoughts” and “Get a dose of motivation to your inbox” to be centered like the subscribe button
Below is the code provided originally and it worked well, but suddenly it’s stopped. I’ve tried to use text-align and align-items to see if that works but no luck. I know it’s going to be super simple, but if anyone can help it would be much appreciated.
@media only screen and (max-width: 750px) {
.footer__content-top.page-width {
display: flex;
flex-direction: column;
}
.footer__content-top.page-width .container {
width: max-content;
margin: auto;
}
}
Any suggestions?
My website is: www.quotedvisually.co.uk
Thanks in advance,
Jonathan
