VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: djfromdevon on January 14, 2023, 14:30:30 PM

Title: Modal popup upon 'Add to cart' not displaying correctly
Post by: djfromdevon on January 14, 2023, 14:30:30 PM
Hi,
Running Joomla 4.2.6 and VM 4.0.12 10777

I've recent set up a shop for a charity event and I have enabled the Display Modal popup upon 'Add to cart' option.

Trouble is that there is an overflow issue as the Show Cart and product description are not contained within the wrapper.

Here's the page with it on: https://www.digforvictoryshow.com/buy/one-day-tickets

I've tried editing jquery.fancybox-1.3.4 fancybox-wrap but I'm not experienced enough to work out what's wrong.

Any help would be very welcome and the charity wants to start selling tickets soon.

Many thanks

James


Title: Re: Modal popup upon 'Add to cart' not displaying correctly
Post by: GJC Web Design on January 14, 2023, 14:46:14 PM
add to your css

div#fancybox-wrap {
    width: auto !important;
}

Title: Re: Modal popup upon 'Add to cart' not displaying correctly
Post by: djfromdevon on January 15, 2023, 11:02:38 AM
Many thanks it worked perfectly.