I am using this script to showcase some products. You can find the script at: http://tympanus.net/Tutorials/ItemSlider/
When resizing the web browser from maximum size to smaller, I find that the height between the logo and shoes is too large for my liking. How can I adjust this?
style.css
@import url('demo.css');
.mi-slider {
position: relative;
margin-top: 30px;
height: 490px;
}
...
demo.css
/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
...
and the html
<div class="container">
<!-- Codrops top bar -->
...
</div><!-- /container -->
...
Upon looking into it, I'm unsure of what specific elements need modification. Any guidance would be greatly appreciated. Thank you for your assistance.
Kind regards!