Support › Forums › Flex Theme › Slider in mobile view › Reply To: Slider in mobile view
August 31, 2016 at 11:41 am
#1275
Moderator
@media only screen and (max-width: 680px) {
.flex-caption {
background: #333;
padding: 30px 20px 20px
position: relative!important;
text-align: left!important;
}
}
Try this css. Hope that it will solve your requirement.