How to adjust button width on Dawn theme product page?

Hi I’m trying to fix this and I can’t seem to find a solution. I would really appreciate if someone could help me with the code for this. For the product page for some reason when viewing on a bigger screen or large monitor the these three buttons “sold out” “add to cart” “buy now” do not align with my description box width and is smaller.

How can I adjust the width length of these buttons so that it can match the description box width?

Hi @midas8858
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

@ExpertRookie Hello I have sent you a direct message with this information. Thank you :slightly_smiling_face:

Hi @midas8858
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.product__info-wrapper .product-form__buttons {
max-width: 100%!Important
}
2 Likes

This worked! Thank you so much!

Much thanks! It worked.