Okay
  Public Ticket #237453
header
Closed

Comments

  • Aviva started the conversation

    how do i remove ALL top and bottom from the header?

    Thanks

  •  8,839
    Tahir replied

    Hey!

    Please see FAQ: http://themenectar.ticksy.com/faq/2077

    Cheers


    ThemeNectar Support Team 

  • Aviva replied

    Hi! Thanks for your reply, but I mistakenly forgot the word PADDING!!!

    i.e - how do I remove all the top and bottom padding or margins from the header? right now there is a ton of white space above and below the logo and nav

    Thanks!!

  •  8,839
    Tahir replied

    Hey Aviva!

    Please see screenshot: http://prntscr.com/3wpcqf . Also your site is in maintenance mode so can not see the gaps. 

    Thanks


    ThemeNectar Support Team 

  •   Aviva replied privately
  •  8,839
    Tahir replied

    Hey Aviva!

    It seems like you got it sorted. 

    All the best,

    -T


    ThemeNectar Support Team 

  • Aviva replied

    Yes thanks!!

    If you could just let me know what css class i can use to bump the search on the header down to where the nav links are i would really appreciate it.

    Thansk!

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    
    body header#top nav ul li#search-btn {
        padding-bottom: 0px !important;
    }
    body header#top nav ul #search-btn a {
        margin-top: 34px !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Aviva replied

    Worked!!

    Thanks so much!