Text only
|
Text with Images
VirtueMart Forum
VirtueMart 2 + 3 + 4
=> General Questions => Topic started by: 2dmaster on May 16, 2021, 18:38:50 PM
Title:
how to change popup padded.php width ?
Post by:
2dmaster
on
May 16, 2021, 18:38:50 PM
how to change popup padded.php width of Fancybox ? very ugly it is
Title:
Re: how to change popup padded.php width ?
Post by:
GJC Web Design
on
May 16, 2021, 22:49:24 PM
#fancybox-wrap {
width: 700px !important;
}
#fancybox-content {
width: 700px !important;
}
etc
Text only
|
Text with Images