How do I align everything in Product Information?


Hi there. Can anybody help me to center all the information on my product Info page please?

Can you share a link to your URL?

@Bronni20 Please provide the URL of your store and if it is password protected please share the password too. Thanks

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

Tides of Time
paihad

please add below css code in bottom of assets/base.css file

.product-form__input {
max-width: 100%;
}
quantity-input.quantity {
margin: 0 auto;
}
.product-form__buttons {
margin: 0 auto;
}

Thank you.

this unfortunately doesn’t seem to work..

Please add it in bottom of assets/section-main-product.css file.

Thank you.

@NerdCurator here it is
Tides of Time
pasword: paihad

This should do the trick. Just add it to the very bottom of your base.css file

.product-form__input, .product-form__input .quantity, .product-form .product-form__buttons, .share-button__button{
    margin:0 auto !important;
}

@BaileyPaserk that worked!! thank you

@BaileyPaserk may I ask you another question, please? how do I change the selection of products so that it would allow the buyer to buy 2 sizes of the same item? it only allows me to change the quantity but it doesn’t allow the selection of two or 3 sizes of that quantity