Jump to content

Order form customisation


SRD

Recommended Posts

Steve,

 

think of that product info box as currently being split into two columns - left side shows the product info (60%), right side shows the price (40%)...

one way to do this, if you only want to mess with the css, would be to make two changes to standard_cart/style.css and change the two widths below to 100%...

 

#order-standard_cart .products .product div.product-desc {
   float: left;
   width: 60%;
   padding: 8px 14px;
   font-size: 0.8em;
}

#order-standard_cart .products .product footer {
   float: right;
   margin: 20px 0;
   width: 40%;
   font-size: 0.8em;
   text-align: center;
}

if you do that, then both product info and pricing should be full-width, with the pricing/button centred below the product info.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated