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

    On 8/23/19, in your post #1130188, you provided additional css to close a large vertical white space in tablet and mobile view between our Revolution Slider header and the content below it, on both of the pages that use that header (URLs in private content). This resolved the problem initially, but now, although the code is still in place, it is no longer working and the problem has recurred.

    I have applied 2 theme updates since then – from 4.5.7.1-beta-4 > 4.6, and from 4.6 > 4.6.1. Perhaps there was a change in one of them that caused this code to no longer work? I also tried removing the code in case the issue had been corrected in one of the updates, but that didn’t resolve the problem either. And yes, I cleared the cache :)

    • This topic was modified 4 years, 10 months ago by kgalatz.
    #1136869

    Hey kgalatz,

    Thank you for the inquiry.

    Try to replace the #layer_slider_1 selector with #revolutionslider_1.

    @media only screen and (max-width: 1238px) { 
    #top.home #revolutionslider_1 {
    	min-height: 0 !important; 
    }
    }

    That should remove the white space below the slider.

    Best regards,
    Ismael

    #1137291

    Yes! That did it. Many thanks!

    #1137296

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Large vertical whitespace below Revolution Slider on smaller screens again’ is closed to new replies.