Reducing space between the navbar\header and slider.
-
Hello
Can somebody please help me (with the CSS snippets) to reduce the space between navbar and slider? Im using customirz. I managed to put the header up and want the same space under but cant figure it out.here is my web: kinestheticskills.com
Im using these snippets.
Thank you!!!.page .entry-title.format-icon {
display: none;
}/* Remove Post Icon/Title */
.post .entry-title.format-icon {
display: none;
}
{
background: rgba(1, 1, 1, 0.8);
}/* Adjust the Slider Height */
#customizr-slider.carousel .item
{
height: 700px;
min-height: 700px;
line-height: 700px;
}
.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
}body {
background: white;
}
.round-div {
border: 104px solid white;
}
header.tc-header {
border-bottom: 0;}.carousel-caption {
background: rgba(0, 0, 0, 0.3);
}.carousel-caption {
margin 11%;
padding: 2% 3% 2% 3%;
}.navbar {
margin-bottom: 0px;
}
/* Remove grey bar */
footer#footer {
border-top: none;
}/* Reduce whitespace */
#main-wrapper {
margin-bottom: 0px;
}.navbar .navbar-inner {
-webkit-box-shadow: 0px 0px 0px;
-moz-box-shadow: 0px 0px 0px;
box-shadow: 0px 0px 0px;
background:none;
min-height: 40px;
padding-left: 100px;
padding-right: 0px;
}footer#footer {
background: none repeat scroll 0 0 #ffffff;
}.form-allowed-tags{
display:none;
}
.navbar.notresp .navbar-inner {
position: relative;
top: -50px;
left: 0%;
}.navbar-inner { height: 0px}
- The topic ‘Reducing space between the navbar\header and slider.’ is closed to new replies.