smaller slider

Discussion in 'Blackriders WordPress Theme' started by stefan, Oct 27, 2014.

  1. stefan

    stefan Member

    Joined:
    Oct 6, 2012
    Messages:
    52
    Likes Received:
    1
    Hi, I want the slider smaller, half the height as it is.
    How can I do this?

    thanks,
    Stefan
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides img {
    height: 540px;
    }
    By Default height is set to 540px you can change its height according to your need.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page