How to make the images on the slider bigger

Discussion in 'ClassiCraft WordPress Theme' started by vapordie, Sep 5, 2013.

  1. vapordie

    vapordie New Member

    Joined:
    Aug 9, 2013
    Messages:
    16
    Likes Received:
    0
    How do I make images on the homepage slider bigger? The website makes them tiny then leaves a ton of space on top and bottom.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Settings > Theme Option > Styling Option > Custom CSS

    Code:
    #slider_wrapper li img {
    height: 108px;
    width:108px;
    }
    #slider_wrapper #cc_carousel {
    max-height: 126px;
    }
     

Share This Page