How to reduce the size of the slider images

Discussion in 'BusinessGrow One Page WordPress Theme' started by millmead2, Apr 30, 2014.

  1. millmead2

    millmead2 Guest

    Joined:
    Apr 27, 2014
    Messages:
    77
    Likes Received:
    1
    How can I reduce the size of the slider image of the current height to about 3/4 of the current size. pls take a look at: learningenglish.uk.com

    Thanks
     
  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: 500px;
    margin-top: 110px;
    }
     
    You can adjust the value of "height" and "margin-top" as per your requirement.
    This will solve your issue.
     

Share This Page