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
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.