Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › Revolution Slider text overlapping in mobile › Reply To: Revolution Slider text overlapping in mobile
October 14, 2013 at 3:57 am
#2183
Keymaster
To resolve this issue, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the
@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;
}
}