Hello snow,
Please go to your main theme folder then open home-slideshow.php file go to line no. 95 – See the code below :-
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
<div class="enigma_slider_shadow"></div>
<?php echo do_shortcode('[FlipClock id="64"]'); ?>
</div><!-- /.carousel -->
Replace it with the below code and save the file.
Then Go To Dashboard -> Appearance -> -> Customize -> Theme Options -> Theme General Options -> paste code in Custom CSS box and Save.
.flip-clock-wrapper{
margin:-14em 0% !important;
position:absolute !important;
}
Thanks…