Support › Forums › Cian – HTML Template › Footer not appearing › Reply To: Footer not appearing
July 14, 2014 at 6:44 am
#3793
Keymaster
Hi Liana,
maybe it’s for the animation. You can try to change the kind of animation to check if it occurs again. In the line 672, you have to change the attribute data-animate
:
<div class="col-md-10 col-md-offset-1 animate" data-animate="bounceInUp">
Change the value bounceInUp to fadeIn.
Regards