Hi, I have slider revolution set as Hero scene and full width. Desktop is cool, but I’d just want the whole image to show on mobile phone. Fullwidth easy slider is just what I want, however I have trouble disabling revslider. If you want, you can check out the site in private section, with the user account I have made.
Even when I disable mobile view form revslider settings, it removes the image but a large blank section remains. When I inspect the element, I think it says “div.tp-fullwidth-forcer”. So I just want revslider gone and replace it with easyslider on mobile phone :) Thanks.
Hey govus,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #rev_slider_1_1 {
display:none !important;
}
}
Best regards,
Rikard
Hello, the blank area remained with that code, thanks anyway!
I ended up realizing that I can achieve the same look of “full screen” slider with “full width” and just adjusting the grid sizes.
No problem anymore :)