View Single Post
  #8  
Old 03-01-2012, 08:02 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default Re: Help with Add-on Module

hmm, it's a tricky one - but I don't think that the mod is actually causing the problem, rather is a symptom.

As far as I'm aware, ALL that the mod is doing, is calling a standard X-Cart button in the buy_now template. There is nothing else going on - simply it adds a button after the out of stock message, nothing more.

What you could try, is in your main.css - look for

.products .buy-now {
  • margin: 10px 0 0;
}

and change it to:

.products .buy-now {
  • margin: 10px 0 0;
  • width: 150px;
}

In otherwords, define a width to that box. You might want to adjust the value of the width.
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote