Okay
  Public Ticket #362539
white bar between nav and header slide
Closed

Comments

  • Jonny started the conversation

    1. I am trying to remove the white bar between the header and nag bar (show in screenshot. I followed the directions given to a user having the similar problem:

    http://themenectar.ticksy.com/ticket/360604/search...

    but the code gives me an error. ("Don't use adjoining class" and "use of !important") I have set the page template to "portfolio" as directed. 

    2. I am also trying to remove the header all together. I have it set to transparency, but it keeps showing when the user scrolls.

    Please help. thanks! 

  •  8,417
    Tahir replied

    Hey!

    You can use !important , no harm in that. Also please provide your page url so i can take a look at the underlying css . 

    Thanks 


    ThemeNectar Support Team 

  •  8,417
    Tahir replied

    Hey Again!

    You can use this css to remove the header on the page :

    .page-id-669 div#header-outer {
        display: none !important;
    }
    

    As regards the padding you need to set top and bottom padding for that row to 0 in VC edit row options. 

    Thanks 


    ThemeNectar Support Team