I’m having trouble centering the product information on my website and the text that appears on my cart page, they both appear all the way on the left I want to know if either text is possible to center with Minimal theme.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
Hello @Jayprospr
Could you please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.
Store URL: interprosper.com
Password: sahhtwwstufercx12537a
Hello @Jayprospr
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->timber.scss>Add this code at the bottom.
.grid__item {
text-align: center !important;
}
.single-option-selector, .quantity-selector {
margin: 0 auto;
}
.btn--wide, .product-form--wide .shopify-payment-button__button, .product-form--wide .shopify-payment-button__more-options {
margin: 8px auto;
}
Thank you so much it worked perfectly! Could you help me with one last thing, any way I can add the search icon, and account icon next to the cart on the right side?

