Quick Checkout how to change its width ?

Discussion in 'TemplateCodes' started by jeff42, Jan 3, 2011.

  1. jeff42 Customer

    Hello,

    I installed the Quick Checkout module and I would like to change its width.
    I use the default 3 col template and the Quick Checkout module appears wider than other pages (like contact us). It is not attractive, columns (left and right) are smaller. Right column goes out of the site.

    Could you please tell me how to change its width ?

    Thanks a lot.

    Regards,
    Jeff
  2. seymourjames All Hands On Deck

    You will need to modify the css style sheet in the module itself - default.css . Try the percentage here in


    .collapsible { border:1px solid #000; background:transparent url(../../../templates/default/images/th.jpg); color: #FFFFFF; padding:3px; height:20px; margin-top:0; line-height:20px; margin-bottom: 3px; vertical-align:middle; width:100%;}
  3. jeff42 Customer

    Hello,

    Thanks, I found the css file and I removed the margins.

Share This Page