Difference between revisions of "Template:2016Demo bottom"

Line 301: Line 301:
  
 
} );
 
} );
 +
 +
// CALL BOTH ELEMENTS
 +
$(".pop_why_box").show();
 +
$(".pop_why_cover").show();
  
 
//MODIFY SIZE AND POSITION OF THE POP DIV AND THE BACKGROUND
 
//MODIFY SIZE AND POSITION OF THE POP DIV AND THE BACKGROUND
Line 307: Line 311:
 
$(".pop_why_cover").css ("width" , $(document).width() );
 
$(".pop_why_cover").css ("width" , $(document).width() );
  
// CALL BOTH ELEMENTS
+
 
$(".pop_why_box").show();
+
$(".pop_why_cover").show();
+
 
});
 
});
  

Revision as of 20:47, 24 November 2015