Okay
  Public Ticket #626050
portfolio submenu alignment
Closed

Comments

  • Alex started the conversation

    Hi guys,

    I'm having trouble aligning the portfolio submenu 'selected' text. i.e The variable text that changes when you filter by a category. (default is 'all') It seems to be sitting higher than the rest of the menu. I can't seem to adjust it or find where in the css it can be modified. Any ideas?

    Many thanks

    A


  •  8,470
    Tahir replied

    Hey ,

    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-inline .container > ul {
        max-width: 90% !important; 
    }
    
    
    .portfolio-filters-inline #current-category {
        max-width: none !important;
        line-height: 29px;
    }

    Bes.t



    ThemeNectar Support Team