Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #918407

    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.

    #918796

    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

    #918907

    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 :)

    #919389

    Hi,

    Great, glad you found a solution. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.