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

    Hello,

    When i put an image with Layer Slider, i have a blank space between my image and the canvas in the mobile version (i’m in the Responsive mode) :

    Everything work with my desktop version.

    You can see my site here : https://www.coursieridf.com

    Thanks a lot !

    Laurent.

    • This topic was modified 6 years, 8 months ago by Lyes75.
    #929543

    Hey Laurent,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 767px) {
      #layer_slider_1 {
        height: auto !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #930517

    Hello Victoria,

    Thanks but it doesn’t work…

    Some infos :

    My image dimensions : 1280X480 px

    Canvas width (Responsive mode) : 1280 px
    Canvas height (Responsive mode) : 480 px
    Thanks.

    Laurent.

    • This reply was modified 6 years, 8 months ago by Lyes75.
    #931622

    Hi,

    I think that the issue is not on layer slider, but I can notice that you have a space on the row that is below, that has a top padding.
    Can that be removed maybe?
    It should fix the problem.

    Best regards,
    Basilis

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