billing and shipping floated alongside eachother

  • Posts: 20
  • Thank you received: 0
12 years 1 week ago #76810

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.

  • Posts: 20
  • Thank you received: 0
12 years 1 week ago #76859

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.

  • Posts: 13201
  • Thank you received: 2322
12 years 1 week ago #76966

Hi,

You just have to set a width and a float:left on the id "hikashop_payment_methods" and "hikashop_shipping_methods" like:

#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.065 seconds
Powered by Kunena Forum