How to change the img height of flexslider in Sketch Theme

  • Unknown's avatar

    Hi!
    I´m working on Sketch theme witch i really like!:)
    There is just one thing:
    I want to change the height of the image-slider on the first page,
    from 401px height to 818px height.

    I use the “jetpack-portfolio.type”.

    Down below are the css -code I´ve been trying, but it dosen´t work..:-(

    /*flexislider*/

    .flexslider .entry-thumbnail img {
    border-radius: 0;
    height: 818px;
    }

    .flexslider {
    border-radius: 0;
    margin: 0 0 27px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    }

    .page-template-portfolio-page-php .flexslider .entry-thumbnail {
    background: none repeat scroll 0 0 #EEE;
    border-radius: 0;
    display: block;
    padding-top: 36.6636% !important;
    position: relative;
    width: 100%;
    height: 818px;
    }
    /*End flexislider*/

    Hope that some of you guys can help me out!:-)
    Best regard from
    Annelie

    The blog I need help with is: (visible only to logged in users)

  • The topic ‘How to change the img height of flexslider in Sketch Theme’ is closed to new replies.