Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #186981

    Hi there.

    We got a problem…

    Theme, ENFOLD, latest version
    WP, 3.6

    If responsive option was active for the slide, it looks great at mobile devices, but, for WEB, it creates a big “empty space” under de slider
    See example at http://46.137.157.107/?page_id=104
    In other hand, If we deactivate “responsive” option for layerslider, this “empty space” desapeares al WEB site, but, images increase their size, resposive dosent works, even we introduce dimensions (2000×500 in this case).
    See the diferece at http://46.137.157.107/?page_id=93 for example.

    How to fix woth options??
    We need a 2000×500 px slider without “blank space” under de slider, and of course a correct resposive behaviour.

    Many thanks in advance
    best!

    #187683

    Hi Yako!

    Please try to insert following code into the quick css field

    
    @media only screen and (max-width: 989px) and (min-width: 768px){
    .responsive #main .avia-layerslider.fullsize{
    height: auto !important;
    }
    }
    

    Regards,
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘"Responsive" problems vs. Layerslider’ is closed to new replies.