matthewcossey Posted February 25, 2015 Share Posted February 25, 2015 (edited) Hello, I have installed the PayPal Europe module and configured it, but when going through the checkout the box that the paypal option is within appears to be only 50% width or less. I would like it to be 100% width like the bank transfer option above it. I have spent already a few hours trying to find how I can fix this and suspect it is within /modules/paypal/views/templates/hook/express_checkout_payment.tpl but there doesn't seem to be anything too obvious to edit. Any assistance on what and where to edit would be much appreciated! Edited February 25, 2015 by matthewcossey (see edit history) Link to comment Share on other sites More sharing options...
PeterVajda Posted February 25, 2015 Share Posted February 25, 2015 Hi, HERE is the answer. If this will not work for you, there is also a possibility to style it in global.css. Link to comment Share on other sites More sharing options...
matthewcossey Posted February 25, 2015 Author Share Posted February 25, 2015 Thanks Peter, I had not seen that topic. For anyone else having this problem. You can resolve it by: in /modules/paypal/views/templates/hook/express_checkout_payment.tpl REPLACE <div class="col-xs-12 col-md-6"> WITH <div class="col-xs-12 col-md-12"> 1 Link to comment Share on other sites More sharing options...
nicdouille Posted March 26, 2016 Share Posted March 26, 2016 Thanks Peter, I had not seen that topic. For anyone else having this problem. You can resolve it by: in /modules/paypal/views/templates/hook/express_checkout_payment.tpl REPLACE <div class="col-xs-12 col-md-6"> WITH <div class="col-xs-12 col-md-12"> Perfect It works on Prestashop 1.6.1.4 Thx a lot Link to comment Share on other sites More sharing options...
speedcrash2013 Posted June 4, 2016 Share Posted June 4, 2016 wow! great! works well now Link to comment Share on other sites More sharing options...
Pr3torian Posted September 6, 2016 Share Posted September 6, 2016 Hi all ! I have this same problem.. Have changed /modules/paypal/views/templates/hook/express_checkout_payment.tpl <div class="col-xs-12 col-md-6"> Replaced with <div class="col-xs-12 col-md-12"> but still it looks like this : I run ps 1.6.1.5 and paypal Europe v3.10.10 Thanks ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now