To answer your question properly i have asked what width you wanted to use so there was nothing else to answer.
Slide uses 100% of what ever setting you have for template width in template setting. So if you want them different width then you have to make following changes so it uses its own class.
Find File: \modules\mod_image_show_gk4\styles\gk_the_real_design\view.php
Find Line: 20 which is
- Code: Select all
<div class="gkWrap">
Replace or change it to below
- Code: Select all
<div class="gkWrapSlide">
Find File: "\templates\gk_the_real_design\css\override.css" and add below css.
- Code: Select all
.gkWrapSlide { width: 1000px; margin: 0 auto;}
.gkIsWrapper-gk_the_real_design .gkWrapSlide { position:relative; overflow:hidden; }
Enable css override from template settings > advanced settings > css override "on".
See you around...