I attach a before (left) and after screenshot since the update. Having managed to re-align most elements, I am having trouble displaying the container now (which should overlap the layerslider) - since .ls-overflow-visible has adjusted the DIV. Any ideas?
You will need to set a higher z-index value for that element than the slider to solve this.
You can set the z-index for the slider in the Slider Settings -> Appearance -> Custom Slider CSS field by entering z-index:1; or you could use an even lower number if 1 still does not make it.
I attach a before (left) and after screenshot since the update. Having managed to re-align most elements, I am having trouble displaying the container now (which should overlap the layerslider) - since .ls-overflow-visible has adjusted the DIV. Any ideas?
Hey maslerdanch,
You will need to set a higher z-index value for that element than the slider to solve this.
You can set the z-index for the slider in the Slider Settings -> Appearance -> Custom Slider CSS field by entering z-index:1; or you could use an even lower number if 1 still does not make it.