Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Easy slider fixed height and vertically centered images #524722

    Hi Basilis,

    Thank your for your answer, here is my code I used to fix my problem:

    .avia-slideshow ul.avia-slideshow-inner {
    height: 400px !important;
    }
    
    .avia-slideshow li img {
     position: absolute;  
        top: 400px;  
        bottom: 0;  
        left: 0;  
        right: 0;  
        margin: auto;
    }
Viewing 1 post (of 1 total)