Soo…at the very bottom for Footer (footer.php) it should look like this
<?php wp_footer(); ?>
<style type=”text/css”>
#slider{
height:100%;
max-height:375px;
}
</style>
</body>
</html>
I talk to a friend of mine and suggested to add this to the footer.php
style type=”text/css”>
#slider{
height:100%;
max-height:375px;
}
works like a charm.
Thanks for the resopons