-
Closed
-
Hi!
I have a problem with my Theme4Press sliders. On PC desktop they appear perfectly, but not on mobile divices. On tablet and mobile phone the picturethat I used (currently it’s only one) are cut on the left and right sides.
I managed to find css here in the forum, which helped with the problem on mobile phones, where now the slider is very small but at least it’s fully there. But on smaller screens and tablets it’s still cut.
Here’s the css that I used:
@media screen and (max-width:768px){
.t4p-slider .background-image {
background-size: 100% auto !important;
height: 300px !important;
position: relative;
}
#sliders-container {
height: 300px !important;
}
}You can find my website here: http://www.petra-schier.de
It would be really great, if you’d provide another css that helps showing the sliders on my homepage the way they should be.
Kindly
Petra
The topic Problem with Theme4Press Slider on some mobile devices is closed to new replies