Totally Zenned
- Join Date:
- Apr 2008
- Location:
- Flint, Michigan
- Posts:
- 684
- Plugin Contributions:
- 0
Checkout Page-Paypal-radio buttons
I have zencart 1.3.8. I have been using linkpoint for merchant account. I just setup PayPal express. And Checkout page does not look good.
At checkout....I can not seem to locate code for radio buttons to go to left side. They are currently showing in stylesheet as:
form, select, input{
display: inline;
font-size: 1em;
margin-top: 0.1em;
margin-right: 0.1em;
margin-bottom: 0.1em;
margin-left: 0.1em;
}
input {
background-color: #cccccc;
margin-right: 15px;
margin-left: 5px;
margin-top: 0.3em;
font-size: 1.0em;
}
input:focus {
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
}
and it messes up other areas/pages when I try to change.
How do I add to checkout stylesheet to change layout of this page only?
I tried to add:
#checkoutPayment LABEL.radioButtonLabel {
margin-bottom: .5em;
margin-top: .5em;
float: left;
text-align: left;
display: inline;
}
But did not work.
I also can not seem to find code for Paypal to move on same page. I tried to add to checkout stylesheet: #paypalwpp{ } But did not work either.
Kim