Hi! Is it possible to reduce the height of the slider? Also, is it possible to make the slider the same width as the box with the featured images, video and footer? Thank you for your time!
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .nivoSlider { height: 500px; } .nivo-directionNav a { bottom: 213px; } You can adjust the value of "height" and "bottom" as per your requirement. This will change the height of the slider. But it is not possible for us to change the width of slider because if we try to do so then theme may lose its layout.