Dawn theme - atc bigger on desktop version

Hello,

My atc button looks really weird and small on desktop and want to make it bigger. Can someone please help?

Hello @DaandeLeur

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product-form__buttons { max-width: 100% !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hello @DaandeLeur .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

Hi @DaandeLeur

Is this your store?

Seems like the atc already bigger. If not, Would you mind to share your store URL?

Hi Niraj, thanks! Also check private messages please i sent you my store because i need some other things to be fixed as well..

yes @DaandeLeur tell me please how can I help you?

Can you make this -price a little bit bigger and the green price to be in bold?

aa.png

@DaandeLeur Add this

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product__info-container .price--on-sale .price-item--regular { font-size: 27px !important; } .product span.price-item.price-item--sale.price-item--last{ font-weight: 800 !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.