Dear
Please go to e\sj_maxshop\less\virtuemart.less and find:
#fancybox-wrap{
height: inherit !important;
width: inherit !important;
#fancybox-outer{
border: 3px solid rgba(0, 0, 0, 0);
border-radius: 5px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
position: relative;
#fancybox-content{
border: 0 none !important;
height: 145px !important;
width: 380px !important;
div{
overflow: visible !important;
}
}
}
.fancybox-bg{
display: none;
}
}
=> change to:
.homepage #fancybox-wrap{
height: inherit !important;
width: inherit !important;
#fancybox-outer{
border: 3px solid rgba(0, 0, 0, 0);
border-radius: 5px;
box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
position: relative;
#fancybox-content{
border: 0 none !important;
height: 145px !important;
width: 380px !important;
div{
overflow: visible !important;
}
}
}
.fancybox-bg{
display: none;
}
}
#fancybox-wrap #fancybox-outer #fancybox-content{
max-width:100%;
}
div#cookieMessageContainer{
position:relative;
}
result:
prntscr.com/dxgrgb
Thanks