Okay
  Public Ticket #143049
Portfolio filter title line height
Closed

Comments

  • Ndrew started the conversation
    Hello, I just changed my portfolio filter to horizontal one. But it appears to be the wrong line height compare to your sample site. I did change some CSS in the Salient general options. But it appears to be the same even I remove it all. Can you have a check for me? Thank you for your assistant.
  •  1,043
    ThemeNectar replied

    Hey Ndrew!

    You have changed the line height of the selected filter text making it out a little array. Add this to your custom css box to correct it:

    body #portfolio-filters-inline #current-category {
       line-height: 25px!important;
    }

    Cheers :)