Tagged: LayerSlider
LayerSlider is not fullwidth when viewing on screen. Still working on other installs within the same multisite, but not in this instance.
Hey Jagrav,
sorry for the late reply!
I adjusted “responsive under” and “layers container” values. Please review your website now
Best regards,
Yigit
Thank you helping me.
Your adjustments did make the layerslider fullwidth but, increased the height. I’d like it to match similar page layouts on our site.
http://innerpath.org < page with different layerslider height
http://nevadacity.innerpath.org < page with correct height
Hi,
try to adjust it’s height with this code inside Quick CSS field:
.ls-wp-fullwidth-container {
height: 500px !important;
}
.ls-inner {
height: 500px !important;
}
and adjust height value as needed.
Best regards,
Andy