Hi @VisarK ,
You can follow these steps
Step 1: Please navigate to Online store > Themes > Edit code and find base.css
Step 2: Insert code at the end file and Save them.
.product__title > h1 {
text-align: left;
}
.product-form__quantity .form__label {
text-align: left !important;
}
.product-form__input.product-form__quantity {
display: grid;
justify-content: flex-start;
}
It like that:
We’re happy to see that our suggestion helped you solve the issue. Can you kindly give us a like and mark it as a solution? This can be a reference for other merchants if they have an issue like you.
Should you need any further information, please do not hesitate to contact us by tagging directly at Community post. We will check and let you know soon.
Thanks in advance.

