Jump to content

Alignment, Payment Methods on OPC page?


BGBK

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...