How to change slider photo hight?

Discussion in 'Cloriato WordPress Theme' started by nicke63, Jan 29, 2013.

Thread Status:
Not open for further replies.
  1. nicke63

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    I can't figure out where to change the width and hight of the slider option whick seem to be 950x350px. However, I want to change the hight to 450px. I would much appreciate your help. Otherwise it's a great and easy theme!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #slides .slide {
        height:450px;
    }
     
    #slides .slide img {
        height:450px;
    }
    #slides .slide iframe {
        height:450px;
    }
     
  3. nicke63

    nicke63 New Member

    Joined:
    Jan 28, 2013
    Messages:
    13
    Likes Received:
    0
    Many thanks for the code! It worked very well!
     
Thread Status:
Not open for further replies.

Share This Page