How to reduce the width of PayPal button in cart page?
-
Hello everyone,
I’m just wondering how I reduce the size of PayPal button?
Thanks in advance
https://ibb.co/7zbd8nJI can resize the width to 330px and it comes good, but it doesn’t work in css code while in elements inspector only.
I use the following code but did not work once I add it in css code page.@media only screen and (min-width: 300px)
buttons:977:286.paypal-button-container {
min-width: 300px;
max-width: 3300px;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to reduce the width of PayPal button in cart page?’ is closed to new replies.