Placing 2 checkout fields next to each other
-
Hi,
I need some help changing the layout of the checkout billing form fields with CSS.
I’m trying to place 2 wide fields next to each other in 1 line.
I tried:
p#billing_address_1_field { float: left; width: 66%; margin-right: 4%; p#billing_postcode_field { float: right; width: 30%;
But it didn’t work. The fields do not jump into 1 line. Why?
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Placing 2 checkout fields next to each other’ is closed to new replies.