- Posts: 20
- Thank you received: 0
billing and shipping floated alongside eachother
13 years 10 months ago #76810
by further
billing and shipping floated alongside eachother was created by further
I have been trying to float billing and shipping alongside eachother but for some reason cant seem to make that happen. You will have to visit the site and put a product in the cart and register to get to the page where you can add a different shipping address to see what I mean. Here is
a link
to the test site. Thanks in advance to anyone willing to help.
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76859
by further
Replied by further on topic billing and shipping floated alongside eachother
I am still interested in seeing how you can float Billing and Shipping alongside eachother but due to deadlines I had to move on and design a different full width solution with billing appearing above shipping.
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76966
by Xavier
Replied by Xavier on topic billing and shipping floated alongside eachother
Hi,
You just have to set a width and a float:left on the id "hikashop_payment_methods" and "hikashop_shipping_methods" like:
And add the property "clear:both;" on the div after the shipping method div.
You just have to set a width and a float:left on the id "hikashop_payment_methods" and "hikashop_shipping_methods" like:
Code:
#hikashop_payment_methods, #hikashop_shipping_methods{
width: 300px;
float: left;
}
And add the property "clear:both;" on the div after the shipping method div.
The following user(s) said Thank You: further
Please Log in or Create an account to join the conversation.
Time to create page: 0.185 seconds