The other issue may be that the image is too narrow in height when viewed on mobile device that its cutting off the font. Again I’ve tried adding suggested code to the CSS section and it hasn’t changed anything.
This was the code I added
@media only screen and (max-width: 1020px) {
.inner-slider .inner-slider-item > div {
background-size: auto !important;
}
}
Any help would be much appreciated