• Resolved dbradyknect

    (@dbradyknect)


    Where can I set a default image display size some of my images are too big and others are smaller causes a weird look. Not sure if the post has been knocked of my featured scroll yet but heres a link. I just want to limit how much height of the picture is displayed, would this be in the style.css file or would it be in a php file?

Viewing 6 replies - 1 through 6 (of 6 total)
  • same problem here.

    Same problem too…
    Please help

    Same problem here. Does anyone have a solution to this problem?
    Please please

    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
    }

    KennyStengel

    (@kennystengel)

    Assistit, That actually worked.

    Thanks

    Theme Author Rigorous Themes

    (@wpgaint)

    Glad to know your issue have been solved.
    Please update theme to latest version to get full features newly added.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘bx-slider image size control’ is closed to new replies.