I want to change slide resolution

Discussion in 'Cloriato WordPress Theme' started by errorman, Feb 18, 2014.

  1. errorman

    errorman New Member

    Joined:
    Dec 24, 2013
    Messages:
    18
    Likes Received:
    0
    I want to change slide resolution is 950x450. How i do?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slides .slide {
    height: 450px;
    }
    #slides .slide img {
    height: 450px;
    } 
    This will solve your issue.
     

Share This Page