Hello guys!
I have a problem with slideshow height. I don’t understand why, but it went back to the original position.
I used this code to display the initial screen slides on the phone at full height of the screen.
media (max-width:768px) {
slideshow-component .slideshow.banner {
height: 75vh !important;
}
}
It’s been working fine so far…
I used the following code for the buttons and text, but on IOS devices and wider phone screens it shows like this:
@media only screen and (max-width: 749px){
.slideshow__text.banner__box {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%) !important;
}
}
My request would be, how to make it show like the first two pictures on all devices (at least similar)?
Thank you so much!



