Vassend Posted January 6, 2015 Share Posted January 6, 2015 Hello wonderfull people and thank you for already helping me alot! This time i need help to move the PayPal checkout button to the right. Picture is added. Does anyone got a clue where to look? Link to comment Share on other sites More sharing options...
bellini13 Posted January 6, 2015 Share Posted January 6, 2015 you want to adjust the width to 100%, or you want it to align right so that the space is to the left? In either case, you need to edit the CSS file included with the Paypal module. Link to comment Share on other sites More sharing options...
Vassend Posted January 18, 2015 Author Share Posted January 18, 2015 (edited) I would like to align the box to the right, so the space is on the left. I am looking in the css file, but cant really find it.. What should i look for? Thank you! Edited January 18, 2015 by Vassend (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted January 18, 2015 Share Posted January 18, 2015 probably need to do "float: right" Link to comment Share on other sites More sharing options...
Vassend Posted January 18, 2015 Author Share Posted January 18, 2015 Now im in modules/paypal/css/paypal.css, where should i add "float: right"? What is the id(?) of the line that controls the button? Thank you Link to comment Share on other sites More sharing options...
Vassend Posted March 1, 2015 Author Share Posted March 1, 2015 Not really getting anywhere with this.. Anyone else? I dont know where to add the 'float:right'. Link to comment Share on other sites More sharing options...
cille5 Posted March 1, 2015 Share Posted March 1, 2015 Your website address is? Link to comment Share on other sites More sharing options...
Vassend Posted March 1, 2015 Author Share Posted March 1, 2015 Thank you for replying cille5. My adress is; spliff.no Link to comment Share on other sites More sharing options...
PascalVG Posted April 8, 2015 Share Posted April 8, 2015 Hi Vassend, (Sorry for late reply...) Saw that you hadn't fixed the problem yet. Add this piece of code to your themes/<your theme folder>/css/global.css: .paiement_block #HOOK_PAYMENT .col-xs-12.col-md-6 { float: right; } Result: Hope that is what you needed, pascal Link to comment Share on other sites More sharing options...
Vassend Posted April 10, 2015 Author Share Posted April 10, 2015 (edited) Hi PascalVG and thank you for your reply! This helped me much and it already looks much better. But what i really hoped to do, beacuse i have added another payent option now, is to make the boxes to be side by side. See attatchement. Thank you again Edited April 10, 2015 by Vassend (see edit history) 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