increase the diminsion of slideshow

Discussion in 'ClassiCraft WordPress Theme' started by sooraj, Jun 25, 2013.

  1. sooraj

    sooraj Member

    Joined:
    Jun 10, 2013
    Messages:
    181
    Likes Received:
    1
    Location:
    India
    Dear sir
    How increase the size of slideshow boxes?
     
  2. Gourav

    Gourav Support Staff

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


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


    Code:
    #slider_wrapper li img {
    height: 145px;
    width: 162px;
    }
    #slider_wrapper #cc_carousel{
    max-height:200px!important;
    }

    Adjust its value as per your requirements.
     

Share This Page