iframe{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
$(".navbar .nav-link").click(function(){
var section = $(this).data("section");
$("body").scrollTo(document.getElementById(section)+$(".element").offset(), 800, { easing:'easeInOutExpo' });
});
<meta name="viewport" content="width=1200px, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="MobileOptimized" content="1200"/>
<meta name="HandheldFriendly" content="false"/>
define('WP_DEBUG', false);
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
ul {
font-size: 0;
line-height: 0;
}
li {
font-size: 18px;
line-height: normal;
display: inline-block;
}