im using the corpora Template with SP SmartSlider (style university).
The Slide is not visible on mobile Devices. In Templates at Layout is "visible on mobiles etc" checked.
The Changes i made in: modules/mod_sp_smart_slider/tmpl/university/css/university.slider.css
.sp-university-layout,
.sp-university-layout h1,
.sp-university-layout h2,
.sp-university-layout h3{
color: #fff;
<blockquote>background: rgba(25, 25, 25, .75);</blockquote>
<blockquote> margin: 10px 300px 10px;</blockquote>
}
.sp-university-layout .sp-slider-content .sp-introtext{
<blockquote>margin: -10px 300px 20px;</blockquote>
color: #fff;
<blockquote> background: rgba(25, 25, 25, .75);</blockquote>
}
What i make wrong?