How do I move my text over from the side of the page on my liquid coding area

I have text and a place for members to create an account and/or sign in to the account on a page, but the text and stuff are right on the margin of the page, how do I move it over to get it centered or even away from riding the margin? what coding can I use and how do I add it exactly for with the codes I have already added? Thanks in advance.

Hi,

I am not sure about your setup, but adding the following code at the bottom of your assets/timber.scss.liquid might help:

.template-customers-register .grid__item.wide–one-third.large–one-half.small–text-center {
text-align: center;
}

.template-customers-login .grid__item.wide–one-third.large–one-half.small–text-center {
margin: 0 auto;
float: none;
text-align: center;
}

Hi @infinite88 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.