How can I adjust the slider height on mobile devices? I’ve tried a few suggestions from this forum, but unsuccessful so far.
slider on this page – http://c3idesign.com/ah/home-ver-2/
Also, how to remove the shadow at the top of the slider?
Thank you,
Hey c3idesign,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) {
#layerslider_2.ls-device-is-phone {
height: 200px !important;
}
#layerslider_2.ls-device-is-phone .ls-wrapper .ls-wrapper.ls-in-out p.ls-layer {
margin-top: 40px !important;
}
}
Best regards,
Nikko
No change to mobile version. But nevermind, found an alternative for that element.
Hi c3idesign,
Glad that you found an alternative solution. :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko