• Zewel

    (@zewel)


    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}

Viewing 2 replies - 1 through 2 (of 2 total)
  • RossMitchell

    (@rossmitchell)

    Suggest that you ask this question in the support forum for your theme.

    The display: table;
    usage in the nav bar layout has beaten me.

    Thread Starter Zewel

    (@zewel)

    Hello Ross Mitchell!

    Thnak you! I will do.
    What do you mean by the usage in the navbar?..Im sorry I just dont understand the language.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reducing space between the navbar\header and slider.’ is closed to new replies.