Hello guys,
I can’t find how to set these containers below. I wish they were at the bottom. It would be perfect if one slide had the bottom center and the other bottom right.
Password: amber
Thanks in advance!
Hello guys,
I can’t find how to set these containers below. I wish they were at the bottom. It would be perfect if one slide had the bottom center and the other bottom right.
Password: amber
Thanks in advance!
Hi @Atsimataves
Check this one.
@media only screen and (max-width: 749px){
.slideshow__text.banner__box {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) !important;
}
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Wow! It works.
Thank you so much! ![]()