Reply To: Revolution Slider text overlapping in mobile

#2183
livemesh
Keymaster

To resolve this issue, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file. Thanks –

@media only screen and (max-width: 1100px) {

.tp-caption.medium_text {
margin-top: 20px !important; 
}
}

@media only screen and (max-width: 767px) {
.tp-caption.medium_text {
margin-top: 30px !important; 
}
}