Hi,
Thank you for using Master Slideer.
You can change the slider height on Slider Settings -> General Settings -> Slider sizing method -> Minimum height amount
Please let me know the result.
Best,
Averta
Hi,
I want to increase height for only mobile. not for desktop . desktop has good visual
please let me know any solution.
Thanks
Hi,
I understood and gave you the best solution for that 🙂
min-height property is different from height. The difference between height and min-height is is used to set the minimum height of an element. This prevents the value of the height property from becoming smaller than min-height.
I guess 400 or 500 is best for the min-height.
Please let me know the result.
Best,
Averta
Hi! I was with the same problem and I put the 480 px in the Minimum height amount, but doesn’t work on mobile.
Can you see my blog, please? How can I resolve this?
Is it possible only on the mobile to put the image at the top and the text below?
http://www.mywishpresentes.com.br/2017/05/16/viagem-para-feriado-de-corpus-christi-2017/
Thank you,
Hi @mywishpresentes,
Thank you for using Master Slider.
To put the slide info on the below, you can add the following code on Slider Settings -> Slide 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 if you have any further questions.
Best,
Averta