Solved

Can I resize my Paypal button to match my checkout button on Shopify?

NikolaKopanic
Excursionist
29 0 2

Hello people! Is there any way I could resize Paypal button to be the same size as my Check out button or vice versa? (Check the screenshot)paypal button.png

Accepted Solution (1)

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @NikolaKopanic 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

._1mqqPYZtCQtz5_i0b-po4l ._3TUeZPsTWjDxakSmeDcA4D {
    min-width: 126px !important;
}

 

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @NikolaKopanic 
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

NikolaKopanic
Excursionist
29 0 2

Thank you, it worked perfectly

Kinjaldavra
Shopify Partner
2302 570 1422

This is an accepted solution.

hello @NikolaKopanic 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

._1mqqPYZtCQtz5_i0b-po4l ._3TUeZPsTWjDxakSmeDcA4D {
    min-width: 126px !important;
}