This topic has 10 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Eva Kemp
The “Continue to PayPal” button on the checkuot page is gone. It was working yesterday. I have no idea why it’s gone, but it looks like it’s a css issue. Could you please take a look ?
http://www.tmobil.no/Ny/checkout/
I’m attaching a screenshot. It should have been where the red is.
http://www.tmobil.no/Ny/paypal.jpg
Thanks
Regards
Rune
Hello
Please add following code into the custom.css to display button:
.payment_methods .methods{float:left}
.woocommerce form .form-row{display:block;float:right;}
.woocommerce-checkout-payment .place-order .button {color:white;display:block}
.woocommerce-checkout-payment .place-order .button:hover {color:white;display:block;text-decoration:underline;}
With best regards
Brian Johnson
Thenks, the PayPal button is there now. But your css have side effects for other woocommerce form fields on the single product page and the checkout page. All of them floats right now.
See screenshots:
http://www.tmobil.no/Ny/singleproduct.jpg
http://www.tmobil.no/Ny/step2.jpg
http://www.tmobil.no/Ny/step3.jpg
Regards
Rune
Hello
Please use this code in custom.css instead:
#step5 .payment_methods .methods{float:left}
#step5 .woocommerce form .form-row{display:block;float:right;}
#step5 .woocommerce-checkout-payment .place-order .button {color:white;display:block;transform:translatey(-120px)}
@media (max-width:768px){
#step5 .woocommerce-checkout-payment .place-order .button {color:white;display:block;transform:translatex(-0px)!important;}
#step5 .woocommerce-checkout-payment .place-order {float:left!important}}
#step5 .woocommerce-checkout-payment .place-order .button:hover {color:white;display:block;text-decoration:underline;}
It also adjusts layout for mobile devices.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
With best regards
Brian Johnson
Hi again
I have used your code in the custom.css file. It’s better now, but the “Continue to PayPal” button is now aligned left over the PayPal option.
See screenshot:
http://www.tmobil.no/Ny/paypal_2.jpg
Thanks again for looking into this.
Regards
Rune
Hello,
I’ve added this code in custom.css file:
#step5 .woocommerce-checkout-payment .place-order {float:right !important}
Please check the Checkout page now.
Regards,
Eva Kemp.
Sorry, it’s not working.
The button is still on the left side.
Regards
Rune
Hello,
Please look at the screenshot:
http://storage1.static.itmages.com/i/15/0514/h_1431626695_5753539_d1304ed215.png
The button is on the right side.
Clear your browser cache and check in another browser.
Thank you.
Regards,
Eva Kemp.
All good 🙂
Thanks again for helping me.
Regards
Rune
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Continue to PayPal button on the checkout page is gone’' has been successfully resolved, and the topic is now closed for further responses