Hello,
I finally put some padding to the caption and the carousel,
It works but it's approximative,
.lay-carousel-wrap{
top: 7vh;
}
.single-caption-inner{
padding-top: 3vh;
}
Thanks !
Julia
Hello,
I finally put some padding to the caption and the carousel,
It works but it's approximative,
.lay-carousel-wrap{
top: 7vh;
}
.single-caption-inner{
padding-top: 3vh;
}
Thanks !
Julia
Hello Richard,
Thanks for your reply,
I tried to use different classes for the caption position but the problem is the same, even when I add extra css to center it,
I spend hours trying to understand whats wrong but I cant find any solution if I want the caption stick to the bottom…
Here is the link to my website : http://florilegerecords.com/accueil
Best wishes for 2021 too !
Hello Richard !
Thanks for your reply,
Here is the link to the page : http://florilegerecords.com/accueil
There is also a problem with the smartphone, the text goes beneath the images and doesn't stick to the bottom,
Thanks !
Hello !
I'm using the Lay Carousel addon and I want to put the captions at stick to the bottom of the page,
I saw an old topic about that and I put the code of @mariusjopen in the custom css and it works :
.lay-carousel-sink-parent {
position: fixed;
bottom: 20px;
}
I just used vh instead of px, it works well with desktop size but when i reduce the page the next captions appears on the right :
Also on phone the captions goes beneath images and does not stick the bottom at all,
Do you know why ?
Thanks !
Julia
Hello !
Old post but still usefull,
I also want to put the captions at the bottom of the page,
I put your code in the custom css and it works :
.lay-carousel-sink-parent {
position: fixed;
bottom: 20px;
}
But now the next captions appear in the corner :
Do you know why ?
Thanks,
Julia