Archived topic
Centre the footer button on mobile
3 replies · Started by Ella on May 3, 2022
Nearly finished with these site changes before I launch it now (so thanks for all your help!) To neaten it up however, I wondered if it's possible to centre the Subscribe button (in the third column) on the footer so that on mobile - the footer placement all flows and the "Join Our Newsletter is central like the Navigation and logo all is?
Site as a reminder: https://oncejustadream.com/
Thanks,
Ella
Hi there,
try adding this CSS:
.footer-widget-3 .wp-block-buttons {
justify-content: center;
}
Woohoo, that's worked! How clever, thanks so much!
You're welcome :)