Hi i have a problem with a layer slider.
it is shifted strangely.
It has the same settings as the slider on the frontpage which is running correctly.
On chrome it is shifted a little different to firefox but both are displayed not correctly.
Thanks in advance.
Hey simonac,
Please, can you tell us the correct position of this slider? And please, ensure that you`re using the latest version of our theme :)
Best regards,
John Torvik
Hi,
Thank you for the info.
This is a known issue with the layer slider and the theme’s boxed layout. We had to add the css modification to temporary fix the issue.
#top .avia-layerslider .ls-wp-container {
width: 100% !important;
}
#top .avia-layerslider .ls-wp-container .ls-slide-backgrounds * {
max-width: 100% !important;
width: 100% !important;
transform: translateX(0) translateY(0) !important;
transition: none !important;
}
#top .ls-inner .ls-slide-transition-wrapper, #top .ls-inner .ls-slide-transition-wrapper * {
width: 100% !important;
max-width: 100% !important;
transform: none !important;
transition: none !important;
}
Please remove browser cache before checking the page.
Best regards,
Ismael