Re: issue with button size. theme impact

Solved

How can I resize the payment button on my website's theme?

NashMashPets
Excursionist
22 0 4

Hello, the shop payment button is cutting off. I want to keep the buy buttons round as they are, but resizing them with the shopify default--- "rounding - button corner radius" --- is not fixing the problem of the shop payment button. is there css individual page code that can solve this?  Or theme code?

 

Link to website--- "Buy With Shop Pay" Button

 

https://nashmashpets.com/products/dog-pet-clothes-spring-and-autumn-clothing?_pos=1&_psq=clothes&_ss...

NashMashPets.com
Accepted Solution (1)

PageFly-Oliver
Shopify Partner
878 190 190

This is an accepted solution.

Hi @NashMashPets ,

 

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

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

 

<style>
#main .shopify-payment-button__button--branded{
 min-height:unset !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

PageFly-Oliver
Shopify Partner
878 190 190

This is an accepted solution.

Hi @NashMashPets ,

 

You can try this code by following these steps:

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

Step 2: Search file theme.liquid

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

 

<style>
#main .shopify-payment-button__button--branded{
 min-height:unset !important
}
</style>

 

 

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

NashMashPets
Excursionist
22 0 4

Amazing! Worked! Thank you!

NashMashPets.com