Hi,
My website is http://www.amerikada-dogum.net/ . Its mobile form is not working pretty well as website. How can I resize FullScreen Slider’s width and height in Mobile form?
Hi ugursmsk!
Try adding this to your custom CSS.
@media screen and (max-width:500px) {
#fullscreen_slider_0, #fullscreen_slider_0 * {
max-height: 200px;
}
}
Best regards,
Elliott
Hi Elliott,
I added this code to Enfold > General Styling > Quick CSS but it didn’t help.
Hey!
Please try adding !important rule as following
@media screen and (max-width:500px) {
#fullscreen_slider_0, #fullscreen_slider_0 * {
max-height: 200px !important;
}
}
Best regards,
Yigit