Reduce vertical size of slider.

Discussion in 'ButterBelly WordPress Theme' started by irissalmins1, Apr 29, 2014.

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

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I have a client who likes the Butterball theme but wants the slider's
    the vertical size reduced so that the slider description and a small amount of text would show when someone gets to his site.

    Thanks for you help.
     
  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:
    .flexslider .slides img {
    height: 300px;
    }
     
    You can adjust the value of "height" as per your requirement.
    This will solve your issue.
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks!

    Works great!!

    You guys are awesome!!!
     
Thread Status:
Not open for further replies.

Share This Page