Change slider height

Discussion in 'BizWay WordPress Theme' started by nflexion, Feb 9, 2013.

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

    nflexion New Member

    Joined:
    Jan 6, 2013
    Messages:
    12
    Likes Received:
    0
    Is there a way to decrease the height of the slider. I would like the featured areas to be visible without scrolling.

    domain: s1018729.instanturl.net
     
  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:
    .flexslider{
    height:200px;
    }
    .slides img{
    height:200px;
    }
     
    patelrupeshj likes this.
  3. nflexion

    nflexion New Member

    Joined:
    Jan 6, 2013
    Messages:
    12
    Likes Received:
    0
    Gourav,

    Thank you very much for your quick response. This works great.
     
Thread Status:
Not open for further replies.

Share This Page