I’ve implemented a slider plugin into my theme and unfortunately, some misbevahiour occurs when is activated using the golden info+ button.
The highlighted elements, is acting unusual:
-the left sidebar text and the lower right arrow, is changing its position going up or disappearing (depending on slider);
-the header logotext + menu, is jiggling at closing slider end position (I suppose that this has to do with an unwanted horrizontal scrolling bar that also appear at closing transition);
Live link here;
Is there any propper fix solutions for the above described tweaking the css
? not so sure how to approach this.Thanks,
I’ve figured out somehow
Also, setting these
transition-delay: .0s
will make the slider translate in the same time with thewrapper
and the sidebar text will remain uncovered by the slider in the opening phase.