Okay
  Public Ticket #1317568
Portfolio dropdown filters not working properly
Closed

Comments

  • ronaduwe started the conversation

    Portfolio overview side

    On my portfolio-overview-side the dropdown-menu for the categories is not working properly since I added parent categories. It only shows the "all" selection filter. The other filters disappeared. How can I make it work? I added a screenshot of the cathegory list.
    And one further question: Is it possible to influence the width and position of the dropdown?

  •  8,470
    Tahir replied

    Hey ,

    Seems like you got it working: http://prntscr.com/gqvq2z . 

    Be.st


    ThemeNectar Support Team 

  • ronaduwe replied

    Yes, thanks. Finally. ;-) I didn't check the parent categories in the portfolio items. That was the problem. One question still remaining: can I influence the width and position of the dropdown.


  •  8,470
    Tahir replied

    Hey Again,

    Hope you had a Great Weekend, 

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .portfolio-filters {
        width: 300px !important;
        right: 50px !important;
    }

    Thanks


    ThemeNectar Support Team