• pamr

    (@pamr)


    Is it possible to resize the feature image in Themia Lite? I have a horizontal text graphic and it gets stretched out to fit the ginormous space. I’d like to decrease some of the height, but the maximum width is fine. Is this doable?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I too would like to do this

    you will have to edit your style sheet…

    FIND

    /*==============================================*/

    /*———————-SLIDER STYLE————*/

    /*===============================================*/

    .slider_wrapper {
    margin-top:20px;
    }
    .container {
    overflow: hidden;
    margin: 0 auto;
    font-family: ‘FolksLightRegular’;
    }
    #main {
    padding: 10px;
    background: #f9fbfb;
    border: 1px solid #ccc;
    }
    #main img{
    width: 928px;
    height: 355px;
    }

    .slider_shadow {
    background:url(images/slider-shadow.png) no-repeat center;
    height:71px;

    }

    I’m not finding a way to delete my previous post…I have tried this and found it not working….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Themia Lite – Resize Feature Image’ is closed to new replies.