Private: Home › Forums › HTML Templates › Mixed Modern and Professional HTML Template › Rev Slider Height › Reply To: Rev Slider Height
September 3, 2015 at 2:54 pm
#3667
Participant
Hello wmidtbo,
You will need to change height in the html not the css file.
At the end of the html file there are Jquery call for the revolution slider what begins with:
<script>
/* <![CDATA[ */
jQuery(document).ready(function ($) {
'use strict';
jQuery('#rev-slider').revolution(
{
dottedOverlay: "none",
delay: 9000,
startwidth: 1170,
startheight: 700,
You will need to lower value of the startheight: 700,
to reduce height of the slider.
Best regards,
Danijel