BGBK Posted April 17, 2016 Share Posted April 17, 2016 Hi! How do I align Payment methods text on "one page checkout" page? See attached image Would be great to have them in-line, left aligned.Global CSS? .tpl file hack? (The payment methods logos don't "push" the text to the right. The image size doesn't matter) We use standard theme, 1.6.0.9 Best R, /Joel Link to comment Share on other sites More sharing options...
BGBK Posted April 17, 2016 Author Share Posted April 17, 2016 Forgot the image :-) Link to comment Share on other sites More sharing options...
Daresh Posted April 17, 2016 Share Posted April 17, 2016 Please share a link to the live site. Link to comment Share on other sites More sharing options...
BGBK Posted April 19, 2016 Author Share Posted April 19, 2016 Please share a link to the live site. If it helps: www.syskonhuset.se Link to comment Share on other sites More sharing options...
Daresh Posted April 19, 2016 Share Posted April 19, 2016 p.payment_module a { padding-left: 180px; } a.sveakortbetalning { padding: 25px 32px 15px 180px !important; } a.sveawebpayfaktura { padding: 25px 32px 15px 180px !important; } I would set the left padding to 180px for each of the payment method buttons, the css files are probably spread all over your theme, or it may be in the global.css, can't tell cause your css is cached. Link to comment Share on other sites More sharing options...
BGBK Posted April 25, 2016 Author Share Posted April 25, 2016 Thanx Daresh, I will try that. Yepp, I'll figure the CSS out. 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