I'm looking to adjust my default width in the CSS file so I can incorporate an HTML5 animation on my website.
Here's what I've placed on the site:
<div id="nakuru_hype_container" style="margin:auto;position:relative;width:100%;height:3300px;overflow:hidden;" aria-live="polite">
<script type="text/javascript" charset="utf-8" src="http://www.weinhonig.com/wp-content/hype/nakuru.hyperesources/nakuru_hype_generated_script.js?44126"></script>
</div>
I've also added this line of code to my CSS:
#nakuru_hype_container {
width: 100%;
margin: 0;
padding: 0;
}
The animation displays in full screen on its own and during testing, but not on a browser. There seems to be an issue with my CSS that's causing this problem.