Centering Page
If you would like to center the elements of your Order Status/Track Your Order page in order to appear like the below, please follow the following instructions:
Centering Page
- Go to Online Store > Pages > Track Your Order or Order Status (whatever you named your page in the app)
- Once you're in the page editor, click on the <> icon to open up the code editor.
- Locate the following code, and update "margin: 15px 0;" to "margin: auto;
.enblk-text-field {
margin: 15px 0;
max-width: 320px;
width: 100%;
}
- Click on <> to go back to the standard editor, and use the formatting tools to center align anything that's remaining - such as the Submit button.
- Ensure to Save Changes once completed.
If the above steps don't seem to work, please contact us at support@soviapps.com and we'll do our best to assist!