Here's the link:
https://www.paulinamohr.de/home-juni/
cpaulinam
Posts
-
carousel captions centered on viewport -
carousel captions centered on viewportSorry, I just saw your reply. Thanks a lot, Armin!
I managed to position the captions in the center now, but can't find a way to let them overflow the carousel frame. I want them to be as wide as the viewport (tried "width: 100vw" but that didn't work). Maybe it's because of a conflict with the carousel code?
Do you have an idea? -
carousel captions centered on viewportHi Laytheme Forum,
I want to use the carousel addon and place the carousel captions independently centered on the viewport (projecting beyond the carousel frame). I tried different Custom CSS (as seen in other posts) but can't find a solution. The captions stay within the carousel frame...I used something like this:
.lay-carousel-sink-parent {
position: fixed;
top: 50%;
left: 2%;
overflow: hidden;
}
(Sorry if this is totally wrong, I'm not very skilled in CSS)Do you know how to solve this in an easy way? Would be so nice!!
Thanks in advance!
Paulina