Okay
  Public Ticket #420041
White Gap Above Nectar Slider
Closed

Comments

  •  1
    Morten started the conversation

    I used the css code to remove the title, square and arrows from a portfolio item.
    But when I try to use a full with nectar slider it leaves a white gap at the top between the nectar slider and the top menu.

    My custom css looks like this at the moment:

    .container-wrap {

    background-color: #1d1b1d !important;

    }

    .single-portfolio .project-title .container {

    display: none !important;

    }


    I tried a snippet I found in another post, and this just shift the nectar slider up, but the gap remains if the browser is scaled.

    body #header-space {

    display: none!important;

    }

    Even with a completely new portfolio item this happens, any suggestions.



    Morten



  •  8,849
    Tahir replied

    Hey,

    The page is giving a 404 .

    Thanks


    ThemeNectar Support Team 

  •  1
    Morten replied

    Fixed. Try again, password is:
    tahir

    The white bar is even apparent on the password protected page.

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #full_width_portfolio .project-title {
        padding-top: 0px !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Morten replied

    Awesome, thanks!

  •  1
    Morten replied

    The problem still persists. When I try to enable prallaxing in the nectar slider the spacing at the top comes back.

    http://flippednormals.com/tutorial/creature-concepting-zbrush/
    password is still tahir

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .parallax_slider_outer.first-section {
        margin-top: -1px !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Morten replied

    Perfect, thank you