Okay
  Public Ticket #226389
portfolio sort options - position
Closed

Comments

  • George started the conversation

    I'm trying to adjust the css so the portfolio-sort section is left or centre aligned instead of right.  Also, I want to hide the current-category part.  See attached.

    Any help would be much appreciated.

  •  8,427
    Tahir replied

    Hey George!

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

    body #portfolio-filters-inline #current-category {
        display: none;
    }
    body #portfolio-filters-inline .container > ul {
        float: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • George replied

    Brilliant.  Thank you very much.