Posted on: 6/8/2015 11:59:40 AM | Views : 698

hi,

I have a navbar and then using carousel below in my bootsrap 3 site.
<nav class="navbar navbar-default transparent navbar-static-top" role="navigation" id="navbar-main">

The problem is the top part of the image in  thecarousel is covered by Navbar and gives a buried look.
how can I align spacing so image starts below Navbar fixed?

    /* Small Devices, Tablets */     @media only screen and (min-width : 768px) {               #carousel-example-generic .item {     height:300px;     background-size:100%;      }      #slide1 {     background:url('Images/New ...

Go to the complete details ...