A quick look at your site with Dev Tools shows the MATC is centred in the div class row (that wraps the div class col-sm-10 mt-4).
That needs justify-content-center adding to class.
Then there are all the unused labels for each row that are col-sm-3 that throw the alignment to the right.
Remove them and everything should then centre.
You might want to then adjust the width of the div class col-sm-10 mt-4 and all the div class col-sm-9 (that wrap the inputs) as required.
heatherbell wrote: ↑Mon Feb 26, 2024 8:26 am
A quick look at your site with Dev Tools shows the MATC is centred in the div class row (that wraps the div class col-sm-10 mt-4).
That needs justify-content-center adding to class.
Then there are all the unused labels for each row that are col-sm-3 that throw the alignment to the right.
Remove them and everything should then centre.
You might want to then adjust the width of the div class col-sm-10 mt-4 and all the div class col-sm-9 (that wrap the inputs) as required.
@heatherbell
Thank you very much for the help. After quite a bit of fiddling I managed to get it centered.
@tessthepup any chance you can help me? I'm currently setting up a 1.0.9.4 store and can't find any MATC for the registration page. Is it a hook like it used to be or a module now?
LeeFoster wrote: ↑Mon Jul 15, 2024 8:39 pm
@tessthepup any chance you can help me? I'm currently setting up a 1.0.9.4 store and can't find any MATC for the registration page. Is it a hook like it used to be or a module now?
Hi Lee, did you get sorted using @heatherbell suggestion?
LeeFoster wrote: ↑Mon Jul 15, 2024 8:39 pm
@tessthepup any chance you can help me? I'm currently setting up a 1.0.9.4 store and can't find any MATC for the registration page. Is it a hook like it used to be or a module now?
Hi Lee, did you get sorted using @heatherbell suggestion?