HI, the login page for my website is https://www.xmine23.com/account/login there is a way that I can center the login socials with the normal client access? thank you in advance.
Hey @vivvy1522
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @vivvy1522
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css
add this code a the end of the file.
@media screen and (min-width: 1024px) {
h2, .h2 {
text-align: center !important;
}
}
.account__form-block {
margin: 0 auto;
}
.gutter-top--small {
text-align: center !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks


