Hi
I am using dawn theme and i want to align the form and the text to the center of the page because right now it’s aligned to left as below screenshot.
password: Testtest-1
Hi
I am using dawn theme and i want to align the form and the text to the center of the page because right now it’s aligned to left as below screenshot.
password: Testtest-1
Hi @mostafa123 ,
You can follow the instruction below:
#shopify-section-template--15376751231130__main .page-width--narrow,
#shopify-section-template--15376751231130__main .main-page-title,
#shopify-section-template--15376751231130__form .spaced-section {
margin-left: auto !important;
margin-right: auto !important;
}
#shopify-section-template--15376751231130__main .rte h3 {
text-align: center !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
sorry for that issue can you try this code
#shopify-section-template--15376751231130__main, #shopify-section-template--15376751231130__form {
max-width: 768px;
margin: 0px auto;
}
tried your code and it didn’t work
Hi @mostafa123 ,
you try pasting my code at the top of base.css
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
When i added it to the top ,it worked perfectly
thanks a lot