Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3667
Danijel
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