How can I center the featured product text in Origin theme?

Hello ive been trying for 2 hours to center this text with all kinds of code and i still cant. Origin theme featured product text.

Please help!!!

Hello @Tmachbusiness

Please provide your store URL and, if it is password protected, please share the password so I can review it and provide a solution.

Hello Thanks for the response

ive found that if i remove the product image the text will center

But that is not really a solution

Hello @Tmachbusiness

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->section-main-product.css>Add this code at the bottom.

.product__info-container>*+* {
    text-align: center !important;
}
.quantity {
    margin: 0 auto;
}
1 Like

Thank you boss!!!