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

    Hey,
    for some reason layerslider has 470px height, while fullwidth easy slider starts from over 500px.
    Is there a way to match between those two?

    I would prefer to make the layerslider bigger, same as fullwidth easy slider, if it is possible.

    #760701

    Hey lior1984,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #761037

    Hey,
    I added in the private data two pages, one uses easy slider and one uses layerslider.
    I would like to have them in the same excactly size, hope you can help me do it.

    The thing is, layerslider asks to provide specific height, which is 470px, and easy slider does not.

    Thank you in advance,

    #762318

    Hi,

    You can replace the default height by your custom adding this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    
    .avia-slideshow ul.avia-slideshow-inner {
    height: 500px !important;
    overflow: hidden;
    }
    

    But this code will cut your image, so, you can use this code to align the image correctly:

    
    
    .avia-slideshow li img {
    margin-top: -20%;
    position: relative;
    }
    
    

    just adjust the image with the negative margin-top.

    Best regards,
    John Torvik

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