dtgmaze Posted June 15, 2017 Share Posted June 15, 2017 (edited) Hi, How to solve this layout issue on the "order" page in the checkout process, any help is appreciated. Check the attached image file Thnx http://www.loveforrain.nl Edited July 1, 2017 by dtgmaze (see edit history) Link to comment Share on other sites More sharing options...
shokinro Posted June 17, 2017 Share Posted June 17, 2017 I think it is styling issue of the hook from the payment module. you may need to modify the hook THEME file of your Paypal payment module - it should be adjusted based on your store theme. Usually the file is under following folder /modules/yourpaypalmodulefolder/views/hook/ You need remove the following code in red from your hook theme file, it will fix the issue <div class="col-xs-12 col-md-6"> <p class="payment_module paypal"> <a href="javascript:void(0)" onclick="$('#paypal_payment_form_payment').submit();" title="Betaal met Paypal"> <img src="/modules/paypal/views/img/logos/NL_PayPal_logo_100x45.gif" alt="Pay with your card or your PayPal account"> Pay with your card or your PayPal account </a> </p> </div> 1 Link to comment Share on other sites More sharing options...
dtgmaze Posted June 24, 2017 Author Share Posted June 24, 2017 Hi, Great thanks to shokinro Like he mentioned I adjusted the files in \paypal\views\templates\hook from <div class="col-xs-12 col-md-6"> to <div class="col-xs-12"> That fixed my layout problem Big Thankyou! Link to comment Share on other sites More sharing options...
shokinro Posted June 24, 2017 Share Posted June 24, 2017 @dtgmaze I am glad it helped and thanks for feedback. Please kindly mark this topic as RESOLVED. 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