Hi There,
since the update of lay theme to 4.8.1 the implanted carousel is not centered any more. It is placed on the left side. While changing the browser window size, the conten is jumping and flickering. I was trying on several browsers and machines.
The webpage is: kaiwernerschmidt.com - on any portfolio except "installation" this issue occures.
It has something to do with the break point...
Please provide me a solution for this. Thank you.
K
Kais
@Kais
Posts
-
Center Allignment Issue -
Captions and Numbers Sticky to bottomHi,
I was using following custom css to place the carousel numbers and the caption at the bottom left and right. Position should be sticky to the bottom of the page. It seems to work, but only the first caption is shown and the following disapeared. My css-skills are very limited, yet.
.lay-carousel-sink-parent {
position: fixed;
bottom: 10px;
z-index: 1000;
right: 1%;
}Any advice... Thank you