How to change the size of buttons _ Impact theme

Hello,
I tried to change the look of default products. I added the colapse content and deleted the separator. After that the payment-button changed the size.

Do you know how to fix it?

@DONKKA

Can you please share the store url? Actually by default theme is also having this glitch refer to the live DEMO.

But i can help you in this.

thanks

thanks

Laitica.pl :slightly_smiling_face:

@DONKKA

add below CSS code into your theme.css file

dynamic-checkout .shopify-payment-button__button {
	min-height: 60px;
}

Result:

![2024-03-15 12_38_52-.png|1299x616](upload://wo22qZ1t7hzZvuHNStbl7MMJqdV.png)

Thanks

Hi @DONKKA

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

button.shopify-payment-button__button.shopify-payment-button__button–unbranded {

height: 100% !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly