Okay
  Public Ticket #963461
Removing Extra Header Space
Closed

Comments

  •  1
    Eric started the conversation

    Hello, 

    On my portfolio page, there is extra space between the Header Navigation and the portfolio items. How can I remove this? The first row has "top padding" set to "0".

    There is also extra space white at the bottom of my home page, which has the last row's "bottom padding" set to "0" as well.

  •  1
    Eric replied

    Photo of home page with extra white space.

  •  8,996
    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) :

    #sb_instagram #sbi_load {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team