Hello woodmart support, please help me with the problem. I have a container with a countdown timer and a script when the timer is finished it hides the container id “#ascunde”… so far everything is fine , it works perfectly… but that white space where the container was, doesn’t disappear, how can i do ????
this is my script working.
========================================================
<script>jQuery( document ).ready( function ( $ ) {
$(document).on( ‘finish.countdown’, function() {
$( ‘#ascunde’ ).hide();
} );
} );</script>
========================================================
See screenshoot below please
Thank you
Attachments:
You must be
logged in to view attached files.