Hi,
Thank you for choosing Master Slider.
Please add the following style to Your slider custom styles:
@media screen and (max-width: 750px) {
.master-slider {
margin: 0 !important;
}
.ms-slide-info.ms-dir-v {
top: 0;
position: static;
width: auto !important;
padding: 0 20px;
}
.ms-info {
margin-top: 20px;
}
}
.ms-slide-info {
overflow: auto;
height: 100%;
}
Let me know the result.
Best,
Averta
Thx that worked Quite well! really appreciate your help.
another question, can i replaced the theme Slider in the front page with Master SLider’s
http://totalsurfacetreatment.com/
Hi again @b2anttrip,
Yes, you can 🙂
If it is added by Page Builder or Widget, you can use it by Master Slider widget.
If it is added by shortcode, replace it by Master Slider shortcode.
If it is added to the theme, create a child theme and delete the codes related to the slider of the theme and add the php function of Master Slider.
For example: <?php masterslider(1); ?>
Please let me know the result.
Best,
Averta