Hi Armin,
I have a Carousel Image Gallery with fullscreen images and I want to fix the
captions on the bottom of the browser screen.
So whatever the size of the browser is - my captions are visible.
And of course the captions will be on top of the gallery but that
is what I want.
I tried to do I like this:
.lay-textformat-parent .captions-wrap {
position: fixed !important;
bottom: 25px;
left: 25px;
}
But nothing happend
Would be nice to get some help.
Thanks a lot lot lot