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

    I am using Layer Slider on my home page. Theme and WP are both running latest versions. All looks good on desktop.

    However, on responsive view – on iPhone 6s and iPad 1 – there is a large white space between the bottom of the slider and the Text Block beneath it. I’ve attached a screenshot of the iPhone view.

    Any suggestions?

    #615476

    Hey Arrastia!

    Please add the below code in Enfold > General Styling > Quick CSS

    
    /* LayerSlider height in portable device*/
    @media only screen and (max-width: 767px) {
        #top #main #layer_slider_1{ 
        height: auto !important;
        }}

    Cheers!
    Vinay

    #638907

    Just added this to my theme and it fixed the problem.

    #638949

    Hey!

    Glad it did!
    Please remember to rate our theme, we would much appreciate that!
    Thanks a lot for your time and patience

    Cheers!
    Basilis

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