Re: Apple Zen Support Thread
Quote:
Originally Posted by
Doodlebuckets
OK, now it's doing it again! I don't get it! Amy
OK, what's happening is if I create an account with nothing in my cart, I get the normal page. If I have something in my cart and hit checkout from the cart, then I get the split page.
Amy
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Doodlebuckets
OK, what's happening is if I create an account with nothing in my cart, I get the normal page. If I have something in my cart and hit checkout from the cart, then I get the split page.
Amy
That's because of Paypal Express. Because it give the customer a chance to choose the "express" route.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
That's because of Paypal Express. Because it give the customer a chance to choose the "express" route.
Ok then. Guess I'll have to live with it! Can you tell me where in the .css I can go to make the boxes fit side by side?
Thanks...Amy
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Doodlebuckets
Ok then. Guess I'll have to live with it! Can you tell me where in the .css I can go to make the boxes fit side by side?
Thanks...Amy
You'll need to decrease the width of .floatingBox:
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
width:58%;
}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
You'll need to decrease the width of .floatingBox:
.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
width:58%;
}
Alrighty! 47% did the trick...Thanks a bunch! Amy
Re: Apple Zen Support Thread
How would I go about putting a line or two of space in between each payment method on my checkout payment page? Thanks, Amy
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Doodlebuckets
How would I go about putting a line or two of space in between each payment method on my checkout payment page? Thanks, Amy
Does this help?
#checkoutpaymentBody input[type=radio]{margin:15px 0}
#checkoutpaymentBody .radioButtonLabel {padding:10px}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Does this help?
#checkoutpaymentBody input[type=radio]{margin:15px 0}
#checkoutpaymentBody .radioButtonLabel {padding:10px}
Yes, thanks! That makes it much less crowded and I think less confusing to customers :o) Amy