Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1144451

    Hello Support team ,

    Slider revolution – 6.1.3 doesn’t show on Enfold 4.6.3.1 ( WordPress 5.2.3 ); only show a white space, any ideas?

    Thanks a lot! :)

    #1144459
    #1144626

    same issue, adds one random pixel of white space at the bottom of Rev Slider on desktop view and as the screen shrinks, the theme updates keeps adding more white space instead of honoring the responsive qualities of rev slider.
    following this post

    #1144876

    Hi emmacantero,

    Please post a link to where we can see the problem you are having.

    Best regards,
    Rikard

    #1144877

    Hi,

    Everyone else posting in this thread; please open your own threads and include info to where we can see your problems.

    Best regards,
    Rikard

    #1164151

    any update on this issue?

    found an old thread to add this CSS but it doesn’t work consistently.

    #top.home #revolutionslider_1 {
    	    min-height: 100% !important; 
    }
    #1164222

    Hi millertimesites,

    For the min-height it is better to have the value in px, not in %. Please try using the code like this:

    
    #top.home #revolutionslider_1 {
    	    min-height: 250px !important; 
    }
    

    Best regards,
    Victoria

    #1164227

    sounds good, will @media wrap it also since the height in pixels is dynamically different on different screen sizes

    #1164259

    Hey Jon,

    Did you need further help?

    Best regards,
    Jordan Shannon

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