Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi there! See css script below. The changes I made bold. Good luck!

    /*** SLIDER AND FEATURED SECTION ***/

    .slider-section {
    float: left;
    overflow: hidden;
    position: relative;
    width: 660px;
    height: 353px;
    }

    .slider-section .bx-wrapper .bx-viewport{
    background: none;
    border: none;
    box-shadow: none;
    left:0;
    }

    .slider-section .bx-wrapper li{
    cursor: pointer;
    overflow: hidden;
    }

    .slider-section .bx-wrapper img{
    float: left;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition:all 0.5s ease-in-out 0s;
    -moz-transition:all 0.5s ease-in-out 0s;
    width: 100%;
    height: 353px
    }

Viewing 1 replies (of 1 total)