Okay
  Public Ticket #333809
how to remove space between navigation and content
Closed

Comments

  •  1
    Mark started the conversation

    There are about 20 pixels between the nav and the background image in the content area. How do I get rid of that so they are right next to each other? Like the nectar slider does but I don't want to use that.

  •  8,452
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    
    .page-id-2734 .container-wrap {
        padding-top: 56px !important;  
        padding-bottom: 0px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  •  1
    Mark replied

    Will it do it just for this page or globally. Also, will this get rid of the space below the home slider too?

  •  8,452
    Tahir replied

    This will do it for the page link you provided only. If you need it globally simply remove the page id from the css selector.

    Thanks 


    ThemeNectar Support Team