Tagged: enfold theme, mobile view
Hi
For some reason when my clients site is in responsive mode, the home page doesn’t display correctly. A massive gap is displayed under the slider before some other images are presented.
It is in responsive mode now.
Many thanks
Faye
Hey FayeMcC,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#layer_slider_1 {
height:auto !important;
}
}
Thanks,
Rikard
Hi Rikard
Yes that worked! Thank you very much for your help :-)
Faye