Dear
1. go to Administrator -> Module Manager: Module mod_sj_image_slideshow -> Options -> Basic Options -> Module Class Suffix : add class for this module
eg:
2. go to your_site/templates/sj_expo/css/template.css and add css:
div.sj_image_slideshow div.modcontent{padding:0px;}
3. go to your_site/templates/sj_expo/menusys/class/common/css/megamenu.css and find:
ul.navi div.mega-content {
left: -999em;
position: absolute;
z-index: 10;
}
=>
ul.navi div.mega-content {
left: -999em;
position: absolute;
z-index: 999;
}
Thanks!