Okay
  Public Ticket #366594
div portfolio hidden
Closed

Comments

  • Candice started the conversation

    The grey row of the porftolio sorted (#portfolio-filters-inline .full-width-section .first-section .bg-only) is hidden because of the margin-top -70px (screenshot attached). Even if i change it to 0px it is still the same. Please, could you tell me how to display it correctly ?

    Thanks


  •  8,448
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    body #ajax-content-wrap #portfolio-filters-inline.first-section {
        padding-top: 50px!Important;
    }

    Thanks


    ThemeNectar Support Team