For a recent project, I utilized this template.
In this particular project, the navigation bar was unnecessary so I removed that code. Now I'm looking to relocate the carousel to the top of the page. Initially, I tried using
.carousel { margin-top:0px !important }
but it didn't work. Any suggestions on how to successfully achieve this?